mirror of https://github.com/YosysHQ/yosys.git
disabling splice command in the script
This commit is contained in:
parent
1d64b3e008
commit
45e468114a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue