mirror of https://github.com/YosysHQ/yosys.git
Use techmap -share_map in btor scripts
This commit is contained in:
parent
6804edd5d4
commit
210dda286f
|
@ -2,7 +2,7 @@ proc;
|
|||
opt; opt_const -mux_undef; opt;
|
||||
rename -hide;;;
|
||||
#converting pmux to mux
|
||||
techmap -map techlibs/common/pmux2mux.v;;
|
||||
techmap -share_map pmux2mux.v;;
|
||||
memory -nomap;;
|
||||
#flatten design
|
||||
flatten;;
|
||||
|
|
|
@ -24,7 +24,7 @@ hierarchy -check;
|
|||
proc;
|
||||
opt; opt_const -mux_undef; opt;
|
||||
rename -hide;;;
|
||||
techmap -map $YOSYS_HOME/techlibs/common/pmux2mux.v;;
|
||||
techmap -share_map pmux2mux.v;;
|
||||
memory -nomap;;
|
||||
flatten;;
|
||||
memory_unpack;
|
||||
|
|
Loading…
Reference in New Issue