mirror of https://github.com/YosysHQ/yosys.git
Remove old techmap.
This commit is contained in:
parent
fe1ce9e5c1
commit
388ed215c4
|
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue