diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-14 10:32:46 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-14 10:32:46 -0700 |
commit | 627a62a797ef9e676ba9d89f53f927d0c2463585 (patch) | |
tree | 5bee8befafcb57b64ae08f0ae4db17cbaf18009d /techlibs/ice40/synth_ice40.cc | |
parent | 1656c44373dbf7375c068d5626e38a76b5a83c4d (diff) | |
download | yosys-627a62a797ef9e676ba9d89f53f927d0c2463585.tar.gz yosys-627a62a797ef9e676ba9d89f53f927d0c2463585.tar.bz2 yosys-627a62a797ef9e676ba9d89f53f927d0c2463585.zip |
Make doc consistent
Diffstat (limited to 'techlibs/ice40/synth_ice40.cc')
-rw-r--r-- | techlibs/ice40/synth_ice40.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ice40/synth_ice40.cc b/techlibs/ice40/synth_ice40.cc index 5afa042b0..a60829764 100644 --- a/techlibs/ice40/synth_ice40.cc +++ b/techlibs/ice40/synth_ice40.cc @@ -97,7 +97,7 @@ struct SynthIce40Pass : public ScriptPass log(" (this feature is experimental and incomplete)\n"); log("\n"); log(" -abc9\n"); - log(" use abc9 instead of abc\n"); + log(" use new ABC9 flow (EXPERIMENTAL)\n"); log("\n"); log("\n"); log("The following commands are executed by this synthesis command:\n"); |