1
0
mirror of synced 2026-05-04 23:27:07 +00:00

Merge branch 'master' into xc7dsp

This commit is contained in:
David Shah
2019-08-30 13:57:15 +01:00
190 changed files with 8815 additions and 4357 deletions

View File

@@ -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();