disabling splice command in the script
This commit is contained in:
@@ -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;;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user