mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-16 19:06:18 +00:00
added concat and slice cell translation
This commit is contained in:
parent
fb186e6299
commit
e8f6b8f201
3 changed files with 60 additions and 37 deletions
|
@ -22,10 +22,10 @@ hierarchy -top $3;
|
|||
hierarchy -libdir $DIR;
|
||||
hierarchy -check;
|
||||
proc;
|
||||
opt; opt_const -mux_undef; opt;
|
||||
opt; opt_const -mux_undef; splice; opt;
|
||||
rename -hide;;;
|
||||
techmap -share_map pmux2mux.v;;
|
||||
memory_dff -wr_only
|
||||
memory_dff -wr_only;
|
||||
memory_collect;;
|
||||
flatten;;
|
||||
memory_unpack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue