ad_dcfilter: Enable output registers in DSP48E1
Pipelining the DSP48 output will improve performance and often saves power so it is suggested whenever possible to fully pipeline this function.main
parent
7824f79fc0
commit
3277ea4be0
|
@ -133,7 +133,7 @@ module ad_dcfilter #(
|
|||
.MREG (1),
|
||||
.OPMODEREG (0),
|
||||
.PATTERN (48'h000000000000),
|
||||
.PREG (0),
|
||||
.PREG (1),
|
||||
.SEL_MASK ("MASK"),
|
||||
.SEL_PATTERN ("PATTERN"),
|
||||
.USE_DPORT ("TRUE"),
|
||||
|
|
Loading…
Reference in New Issue