From 9ac560f5d3e5847b7e475195f66b7034e91fd938 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Tue, 9 Jan 2018 18:42:19 +0100 Subject: Add "dffinit -highlow" and fix synth_intel Signed-off-by: Clifford Wolf --- techlibs/intel/synth_intel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'techlibs/intel/synth_intel.cc') diff --git a/techlibs/intel/synth_intel.cc b/techlibs/intel/synth_intel.cc index 9b3e92b14..9e632c861 100644 --- a/techlibs/intel/synth_intel.cc +++ b/techlibs/intel/synth_intel.cc @@ -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"); } -- cgit v1.2.3