diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-07-15 08:23:01 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-07-15 08:23:01 -0700 |
commit | 7129a03083b21c1ed1610126ae28828c56f42369 (patch) | |
tree | 03de1a2fe3dceb28b5e840fb5b1da9cbff8dc029 /techlibs/ecp5/synth_ecp5.cc | |
parent | 44fd459c799e393d13d664102cf381264c80649f (diff) | |
parent | a97d30d2f88d2f7a41abf8b913bbc017b60d8c7d (diff) | |
download | yosys-7129a03083b21c1ed1610126ae28828c56f42369.tar.gz yosys-7129a03083b21c1ed1610126ae28828c56f42369.tar.bz2 yosys-7129a03083b21c1ed1610126ae28828c56f42369.zip |
Merge branch 'master' into eddie/fix1178
Diffstat (limited to 'techlibs/ecp5/synth_ecp5.cc')
-rw-r--r-- | techlibs/ecp5/synth_ecp5.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/techlibs/ecp5/synth_ecp5.cc b/techlibs/ecp5/synth_ecp5.cc index 3b0c2ea9e..9f409ca51 100644 --- a/techlibs/ecp5/synth_ecp5.cc +++ b/techlibs/ecp5/synth_ecp5.cc @@ -199,6 +199,9 @@ struct SynthEcp5Pass : public ScriptPass if (!design->full_selection()) log_cmd_error("This command only operates on fully selected designs!\n"); + if (abc9 && retime) + log_cmd_error("-retime option not currently compatible with -abc9!\n"); + log_header(design, "Executing SYNTH_ECP5 pass.\n"); log_push(); |