mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
opt_expr: Remove -clkinv option, make it the default.
Adds -noclkinv option just in case the old behavior was actually useful to someone.
This commit is contained in:
@@ -162,7 +162,7 @@ struct SynthGreenPAK4Pass : public ScriptPass
|
||||
run("opt -undriven -fine");
|
||||
run("techmap -map +/techmap.v -map +/greenpak4/cells_latch.v");
|
||||
run("dfflibmap -prepare -liberty +/greenpak4/gp_dff.lib");
|
||||
run("opt -fast");
|
||||
run("opt -fast -noclkinv -noff");
|
||||
if (retime || help_mode)
|
||||
run("abc -dff -D 1", "(only if -retime)");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user