Remove extra newline

This commit is contained in:
Eddie Hung 2019-06-03 20:04:47 -07:00
parent 0ad50332d9
commit 02973474df
1 changed files with 0 additions and 1 deletions

View File

@ -242,7 +242,6 @@ struct SynthXilinxPass : public ScriptPass
else
run("techmap -map +/techmap.v +/xilinx/arith_map.v -D _EXPLICIT_CARRY");
run("opt -fast");
}