3
0
Fork 0
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:
Ahmed Irfan 2014-02-11 13:06:01 +01:00
parent fb186e6299
commit e8f6b8f201
3 changed files with 60 additions and 37 deletions

View file

@ -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;