Remove old techmap.

This commit is contained in:
nella 2026-07-08 12:07:58 +02:00
parent fe1ce9e5c1
commit 388ed215c4
1 changed files with 0 additions and 2 deletions

View File

@ -400,8 +400,6 @@ struct SynthPass : public ScriptPass {
} }
if (latches == "error" || help_mode) if (latches == "error" || help_mode)
run("check -latchonly -assert", "(only if -latches error, the default)"); 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"); run("opt_merge");
} }