diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-09-10 16:35:10 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-09-10 16:35:10 -0700 |
commit | e64e650f9c077094e7fd15c7e149f5b9ec4773d7 (patch) | |
tree | 8c4ddae8fe588b2cd7b5a37fabc1eade6cbbb03c /passes/pmgen | |
parent | d30b2a6d7eae08411ae588f1081b3b3793810678 (diff) | |
download | yosys-e64e650f9c077094e7fd15c7e149f5b9ec4773d7.tar.gz yosys-e64e650f9c077094e7fd15c7e149f5b9ec4773d7.tar.bz2 yosys-e64e650f9c077094e7fd15c7e149f5b9ec4773d7.zip |
Update help text
Diffstat (limited to 'passes/pmgen')
-rw-r--r-- | passes/pmgen/xilinx_dsp.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/passes/pmgen/xilinx_dsp.cc b/passes/pmgen/xilinx_dsp.cc index 40357a22d..3e4d596ca 100644 --- a/passes/pmgen/xilinx_dsp.cc +++ b/passes/pmgen/xilinx_dsp.cc @@ -495,9 +495,9 @@ struct XilinxDspPass : public Pass { log("input will be folded into the DSP. In this scenario only, the 'C' input can be\n"); log("used to override the existing accumulation result with a new value.\n"); log("\n"); - log("'PCOUT' -> 'PCIN' cascading is detected for 'P' -> 'C' connections, where 'P' is\n"); - log("is right-shifted by 18-bits and used as an input to the post-adder (a common\n"); - log("pattern for summing partial products).\n"); + log("Use of the dedicated 'PCOUT' -> 'PCIN' path is detected for 'P' -> 'C' connections\n"); + log("where 'P' is right-shifted by 18-bits and used as an input to the post-adder (a\n"); + log("pattern common for summing partial products to implement wide multiplies).\n"); log("\n"); log("Not currently supported: reset (RST*) inputs on any register.\n"); log("\n"); |