mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
disabling splice command in the script
This commit is contained in:
parent
1d64b3e008
commit
45e468114a
2 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue