mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-03-04 18:34:03 +00:00
xilinx_mult: Eliminate a Vivado warning
Since the p1 instance of DSP48 has CREG = 0, we should ground the CEC input, as mentioned in a Vivado warning. Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
This commit is contained in:
@@ -960,7 +960,7 @@ begin
|
||||
CEALUMODE => valid_1,
|
||||
CEB1 => '0',
|
||||
CEB2 => valid_1,
|
||||
CEC => valid_1,
|
||||
CEC => '0',
|
||||
CECARRYIN => '0',
|
||||
CECTRL => '0',
|
||||
CED => '0',
|
||||
|
||||
Reference in New Issue
Block a user