diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-20 20:37:52 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-20 20:37:52 -0700 |
commit | 076af2e6176ecc440be7b7fa984ea5b461bb95de (patch) | |
tree | 4cf05b326d00a0894b32236a4da6385326ac777c | |
parent | 9b9d75945194f98e08b46e8e506832542ebf73ad (diff) | |
download | yosys-076af2e6176ecc440be7b7fa984ea5b461bb95de.tar.gz yosys-076af2e6176ecc440be7b7fa984ea5b461bb95de.tar.bz2 yosys-076af2e6176ecc440be7b7fa984ea5b461bb95de.zip |
Missing newline
-rw-r--r-- | techlibs/common/synth.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/common/synth.cc b/techlibs/common/synth.cc index 555de9fba..a176357a7 100644 --- a/techlibs/common/synth.cc +++ b/techlibs/common/synth.cc @@ -175,7 +175,7 @@ struct SynthPass : public ScriptPass log_cmd_error("This command only operates on fully selected designs!\n"); if (abc == "abc9" && !lut) - log_cmd_error("ABC9 flow only supported for FPGA synthesis (using '-lut' option)"); + log_cmd_error("ABC9 flow only supported for FPGA synthesis (using '-lut' option)\n"); log_header(design, "Executing SYNTH pass.\n"); log_push(); |