mirror of https://github.com/YosysHQ/yosys.git
ice40: fix whitespace
This commit is contained in:
parent
95fb3cf487
commit
4ecae8a673
|
@ -240,7 +240,6 @@ struct SynthIce40Pass : public ScriptPass
|
||||||
|
|
||||||
if (abc9 && retime)
|
if (abc9 && retime)
|
||||||
log_cmd_error("-retime option not currently compatible with -abc9!\n");
|
log_cmd_error("-retime option not currently compatible with -abc9!\n");
|
||||||
|
|
||||||
if (abc9 && noabc)
|
if (abc9 && noabc)
|
||||||
log_cmd_error("-abc9 is incompatible with -noabc!\n");
|
log_cmd_error("-abc9 is incompatible with -noabc!\n");
|
||||||
if (abc9 && flowmap)
|
if (abc9 && flowmap)
|
||||||
|
|
Loading…
Reference in New Issue