projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2c3386
)
Fix typo
author
Eddie Hung
<eddie@fpgeh.com>
Thu, 1 Aug 2019 17:00:01 +0000
(10:00 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Thu, 1 Aug 2019 17:00:01 +0000
(10:00 -0700)
passes/pmgen/ice40_dsp.pmg
patch
|
blob
|
history
diff --git
a/passes/pmgen/ice40_dsp.pmg
b/passes/pmgen/ice40_dsp.pmg
index 4b566f0a6403150a4ebb8bb115d43a6018fcf3e8..73439cfd92ef9bc147642805d99bb75c62aec860 100644
(file)
--- a/
passes/pmgen/ice40_dsp.pmg
+++ b/
passes/pmgen/ice40_dsp.pmg
@@
-112,7
+112,7
@@
code addAB sigCD sigCD_signed sigO
if ((actual_acc_width > actual_mul_width) && (natural_mul_width > actual_mul_width))
reject;
- if ((actual_acc_width != actual_mul_width) && (param(mul, \A_SIGNED).as_bool() != param(addAB, \
A
_SIGNED).as_bool()))
+ if ((actual_acc_width != actual_mul_width) && (param(mul, \A_SIGNED).as_bool() != param(addAB, \
B
_SIGNED).as_bool()))
reject;
sigO = port(addAB, \Y);