Add "dffinit -highlow" and fix synth_intel

Signed-off-by: Clifford Wolf <[email protected]>
This commit is contained in:
Clifford Wolf
2018-01-09 18:42:19 +01:00
parent a96c775a73
commit 9ac560f5d3
2 changed files with 21 additions and 1 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ struct SynthIntelPass : public ScriptPass {
run("techmap -map +/intel/cycloneiv/cells_map.v");
else
run("techmap -map +/intel/cycloneive/cells_map.v");
run("dffinit -ff dffeas Q INIT");
run("dffinit -highlow -ff dffeas q power_up");
run("clean -purge");
}