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;
|
proc;
|
||||||
opt; opt_const -mux_undef; splice; opt;
|
opt; opt_const -mux_undef;
|
||||||
|
#splice;
|
||||||
|
opt;
|
||||||
rename -hide;;;
|
rename -hide;;;
|
||||||
#converting pmux to mux
|
#converting pmux to mux
|
||||||
techmap -share_map pmux2mux.v;;
|
techmap -share_map pmux2mux.v;;
|
||||||
|
|
|
@ -22,7 +22,9 @@ hierarchy -top $3;
|
||||||
hierarchy -libdir $DIR;
|
hierarchy -libdir $DIR;
|
||||||
hierarchy -check;
|
hierarchy -check;
|
||||||
proc;
|
proc;
|
||||||
opt; opt_const -mux_undef; splice; opt;
|
opt; opt_const -mux_undef;
|
||||||
|
#splice;
|
||||||
|
opt;
|
||||||
rename -hide;;;
|
rename -hide;;;
|
||||||
techmap -share_map pmux2mux.v;;
|
techmap -share_map pmux2mux.v;;
|
||||||
memory_dff -wr_only;
|
memory_dff -wr_only;
|
||||||
|
|
Loading…
Reference in New Issue