mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-09 00:40:16 +00:00
Remove old techmap.
This commit is contained in:
parent
fe1ce9e5c1
commit
388ed215c4
1 changed files with 0 additions and 2 deletions
|
|
@ -400,8 +400,6 @@ struct SynthPass : public ScriptPass {
|
|||
}
|
||||
if (latches == "error" || help_mode)
|
||||
run("check -latchonly -assert", "(only if -latches error, the default)");
|
||||
run("techmap -map +/fabulous/latches_map.v");
|
||||
run("techmap -map +/fabulous/ff_map.v");
|
||||
run("opt_merge");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue