Merge remote-tracking branch 'origin/master' into xc7mux

This commit is contained in:
Eddie Hung 2019-04-26 15:35:55 -07:00
commit 76b7c5d4cc
1 changed files with 0 additions and 1 deletions

View File

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