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/xilinx | |
parent | 1656c44373dbf7375c068d5626e38a76b5a83c4d (diff) | |
download | yosys-627a62a797ef9e676ba9d89f53f927d0c2463585.tar.gz yosys-627a62a797ef9e676ba9d89f53f927d0c2463585.tar.bz2 yosys-627a62a797ef9e676ba9d89f53f927d0c2463585.zip |
Make doc consistent
Diffstat (limited to 'techlibs/xilinx')
-rw-r--r-- | techlibs/xilinx/synth_xilinx.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/xilinx/synth_xilinx.cc b/techlibs/xilinx/synth_xilinx.cc index 3ac19e498..69a3d99c2 100644 --- a/techlibs/xilinx/synth_xilinx.cc +++ b/techlibs/xilinx/synth_xilinx.cc @@ -82,7 +82,7 @@ struct SynthXilinxPass : public ScriptPass log(" run 'abc' with -dff option\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"); |