projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
747690a
)
Revert "Fix typo"
author
Eddie Hung
<eddie@fpgeh.com>
Fri, 9 Aug 2019 21:14:28 +0000
(14:14 -0700)
committer
Eddie Hung
<eddie@fpgeh.com>
Fri, 9 Aug 2019 21:14:28 +0000
(14:14 -0700)
This reverts commit
e3c39cc450a0317ad7e8234bb866d55465548c9c
.
passes/pmgen/ice40_dsp.pmg
patch
|
blob
|
history
diff --git
a/passes/pmgen/ice40_dsp.pmg
b/passes/pmgen/ice40_dsp.pmg
index 1a62c7bdacdd77edcc743d28705f67afa80d3c8e..c57d3f1b34aec8ca8126437976bd88e30dd3b60a 100644
(file)
--- a/
passes/pmgen/ice40_dsp.pmg
+++ b/
passes/pmgen/ice40_dsp.pmg
@@
-143,7
+143,7
@@
code addAB sigCD 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, \
B
_SIGNED).as_bool()))
+ if ((actual_acc_width != actual_mul_width) && (param(mul, \A_SIGNED).as_bool() != param(addAB, \
A
_SIGNED).as_bool()))
reject;
sigO = port(addAB, \Y);