3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-14 21:08:47 +00:00

Remove extra newline

This commit is contained in:
Eddie Hung 2019-06-03 20:04:47 -07:00
parent 0ad50332d9
commit 02973474df

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");
}