From 7647eb70a6906979a7001c47e9d02c7f64f0d1f5 Mon Sep 17 00:00:00 2001 From: Richard Herveille Date: Fri, 15 Mar 2024 01:48:22 +0100 Subject: [PATCH] removed commented out code --- techlibs/intel/synth_intel.cc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/techlibs/intel/synth_intel.cc b/techlibs/intel/synth_intel.cc index 00e5766e9..11567ece9 100644 --- a/techlibs/intel/synth_intel.cc +++ b/techlibs/intel/synth_intel.cc @@ -195,17 +195,8 @@ struct SynthIntelPass : public ScriptPass { run("read_verilog -sv -lib +/intel/common/altpll_bb.v"); run(stringf("hierarchy -check %s", help_mode ? "-top " : top_opt.c_str())); } -/* - if (flatten && check_label("flatten", "(unless -noflatten)")) { - run("proc"); - run("flatten"); - run("tribuf -logic"); - run("deminout"); - } -*/ if (check_label("coarse")) { -// run("synth -run coarse"); run("proc"); if (flatten || help_mode) run("flatten", "(skip if -noflatten)");