Skip to content

Commit 3173727

Browse files
committed
Silence more vivado warnings
1 parent fcb6983 commit 3173727

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

data/vivado_waiver.tcl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ set_msg_config -id "Synth 8-350" -string "litedram_core.v IDELAYCTRL" -suppress
55
set_msg_config -id "Synth 8-350" -string "litedram_core.v IDELAYE2" -suppress
66
set_msg_config -id "Synth 8-350" -string "litedram_core.v PLLE2_ADV" -suppress
77
set_msg_config -id "Synth 8-6014" -string "litedram_core.v" -suppress
8+
set_msg_config -id "Synth 8-3936" -string "memdat_2_reg" -suppress
9+
set_msg_config -id "Synth 8-3936" -string "memdat_4_reg" -suppress
10+
set_msg_config -id "Synth 8-3936" -string "memdat_18_reg" -suppress
11+
set_msg_config -id "DRC REQP-1839" -string "ddr2/ldc/storage" -suppress
12+
set_msg_config -id "DRC REQP-1840" -string "ddr2/ldc/storage" -suppress
813

914
#VexRiscv warnings
1015
set_msg_config -id "Synth 8-6014" -string "VexRiscv.v" -suppress
16+
set_msg_config -id "Synth 8-3936" -string "memory_to_writeBack_MUL_HH_reg" -suppress
17+
18+
#SweRV warnings
19+
set_msg_config -id "DRC REQP-1840" -string "rvtop/mem/Gen_dccm_enable.dccm/mem_bank" -suppress
20+
21+
#AXI CDC
22+
set_msg_config -id "Synth 8-3332" -string "dc_awchan/buffer/data_reg" -suppress

0 commit comments

Comments
 (0)