3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Add "dffinit -highlow" and fix synth_intel

Signed-off-by: Clifford Wolf <clifford@clifford.at>
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

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