3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-03 08:38:07 +00:00

modified btor synthesis script for correct use of splice command.

This commit is contained in:
Ahmed Irfan 2014-02-12 13:38:28 +01:00
parent 45e468114a
commit ac896c63e2
2 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,11 @@
proc;
opt; opt_const -mux_undef;
#splice;
opt;
opt; opt_const -mux_undef; opt;
rename -hide;;;
#converting pmux to mux
techmap -share_map pmux2mux.v;;
#explicit type conversion
splice; opt;
#extracting memories;
memory_dff -wr_only; memory_collect;;
#flatten design
flatten;;