3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-09 00:40:16 +00:00

Remove old techmap.

This commit is contained in:
nella 2026-07-08 12:07:58 +02:00
parent fe1ce9e5c1
commit 388ed215c4

View file

@ -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");
}