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:
parent
8eadd8fb18
commit
aa0ab975b9
2 changed files with 1 additions and 10 deletions
|
@ -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;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue