3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Removed "techmap -share_map" (use "-map +/filename" instead)

This commit is contained in:
Clifford Wolf 2015-04-08 12:13:53 +02:00
parent 8eadd8fb18
commit aa0ab975b9
2 changed files with 1 additions and 10 deletions

View file

@ -24,7 +24,7 @@ hierarchy -check;
proc;
opt; opt_const -mux_undef; opt;
rename -hide;;;
#techmap -share_map pmux2mux.v;;
#techmap -map +/pmux2mux.v;;
splice; opt;
memory_dff -wr_only;
memory_collect;;