3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-11 21:50:54 +00:00

Use techmap -share_map in btor scripts

This commit is contained in:
Clifford Wolf 2014-01-24 15:52:16 +01:00
parent 6804edd5d4
commit 210dda286f
2 changed files with 2 additions and 2 deletions

View file

@ -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;;