mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-03 11:25:41 +00:00
ice40: fix whitespace
This commit is contained in:
parent
95fb3cf487
commit
4ecae8a673
1 changed files with 14 additions and 15 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue