3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 20:38:44 +00:00

ice40: fix whitespace

This commit is contained in:
Eddie Hung 2020-05-12 15:40:13 -07:00
parent 95fb3cf487
commit 4ecae8a673

View file

@ -240,7 +240,6 @@ struct SynthIce40Pass : public ScriptPass
if (abc9 && retime)
log_cmd_error("-retime option not currently compatible with -abc9!\n");
if (abc9 && noabc)
log_cmd_error("-abc9 is incompatible with -noabc!\n");
if (abc9 && flowmap)