3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-23 11:37:55 +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

@ -1,9 +1,9 @@
proc;
opt; opt_const -mux_undef; opt;
opt; opt_const -mux_undef; splice; opt;
rename -hide;;;
#converting pmux to mux
techmap -share_map pmux2mux.v;;
memory -nomap;;
memory_dff -wr_only; memory_collect;;
#flatten design
flatten;;
#converting asyn memory write to syn memory