diff options
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/intel/synth_intel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } |