mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-30 16:03:17 +00:00
Do not check signedness of post-adder (assume taken care of by DSP)
This commit is contained in:
parent
7bd55f379c
commit
a32b14a55f
2 changed files with 0 additions and 3 deletions
|
@ -173,7 +173,6 @@ match postAdd
|
|||
if port(dsp, \OPMODE).extract(4,3).is_fully_zero()
|
||||
|
||||
select postAdd->type.in($add)
|
||||
select param(postAdd, \A_SIGNED).as_bool() && param(postAdd, \B_SIGNED).as_bool()
|
||||
choice <IdString> AB {\A, \B}
|
||||
select nusers(port(postAdd, AB)) <= 3
|
||||
filter ffMmux || nusers(port(postAdd, AB)) == 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue