mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 10:55:51 +00:00
xilinx: consider DSP48E1.ADREG
This commit is contained in:
parent
512596760b
commit
7b543fdb0c
4 changed files with 8 additions and 5 deletions
|
@ -47,6 +47,7 @@ module $__ABC9_DSP48E1(
|
|||
output [47:0] P,
|
||||
output [47:0] PCOUT
|
||||
);
|
||||
parameter integer ADREG = 1;
|
||||
parameter integer AREG = 1;
|
||||
parameter integer BREG = 1;
|
||||
parameter integer CREG = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue