cn0540/de10nano: Ignore 15003 critical warning
Ignore the following critical warning on DMAC instance: Critical Warning (15003): "mixed_port_feed_through_mode" parameter of RAM atom system_bd:i_system_bd|axi_dmac:axi_dmac_0|axi_dmac_transfer:i_transfer| \ dmac_request_arb:i_request_arb|dmac_dest_mm_axi:i_dest_dma_mm| \ altsyncram:bl_mem_rtl_0|altsyncram_0tp1:auto_generated|ram_block1a1 cannot have value "old" when different read and write clocks are used.main
parent
1b713d8265
commit
9c827d6b03
|
@ -6,6 +6,12 @@ adi_project cn0540_de10nano
|
|||
|
||||
source $ad_hdl_dir/projects/common/de10nano/de10nano_system_assign.tcl
|
||||
|
||||
#
|
||||
## down-rade Critical Warning reated to a asynchronous RAM in DMAC
|
||||
#
|
||||
## "mixed_port_feed_through_mode" parameter of RAM can not have value "old"
|
||||
set_global_assignment -name MESSAGE_DISABLE 15003
|
||||
|
||||
# files
|
||||
|
||||
# SPI interface for ad7768-1
|
||||
|
|
Loading…
Reference in New Issue