Where did this check come from!?!

This commit is contained in:
Eddie Hung 2019-04-26 15:35:34 -07:00
parent 408161ea3a
commit ea0e0722bb
1 changed files with 0 additions and 1 deletions

View File

@ -275,7 +275,6 @@ struct SynthXilinxPass : public Pass
Pass::call(design, "techmap -map +/xilinx/arith_map.v");
}
Pass::call(design, "hierarchy -check");
Pass::call(design, "opt -fast");
}