disabling splice command in the script

This commit is contained in:
Ahmed Irfan 2014-02-11 15:43:03 +01:00
parent 1d64b3e008
commit 45e468114a
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,7 @@
proc;
opt; opt_const -mux_undef; splice; opt;
opt; opt_const -mux_undef;
#splice;
opt;
rename -hide;;;
#converting pmux to mux
techmap -share_map pmux2mux.v;;

View File

@ -22,7 +22,9 @@ hierarchy -top $3;
hierarchy -libdir $DIR;
hierarchy -check;
proc;
opt; opt_const -mux_undef; splice; opt;
opt; opt_const -mux_undef;
#splice;
opt;
rename -hide;;;
techmap -share_map pmux2mux.v;;
memory_dff -wr_only;