8000 m2k: Fix Warnings · analogdevicesinc/hdl@0152b64 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000

Commit 0152b64

Browse files
committed
m2k: Fix Warnings
Fix warnings caused by attempting to set a value to a disabled parameter.
1 parent 8d80b0f commit 0152b64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

projects/m2k/common/m2k_bd.tcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ ad_ip_parameter bram_la CONFIG.Algorithm {Low_Power}
4646
ad_ip_parameter bram_la CONFIG.Use_Byte_Write_Enable {false}
4747
ad_ip_parameter bram_la CONFIG.Operating_Mode_A {NO_CHANGE}
4848
ad_ip_parameter bram_la CONFIG.Register_PortB_Output_of_Memory_Primitives {true}
49-
ad_ip_parameter bram_la CONFIG.Use_RSTA_Pin {false}
5049
ad_ip_parameter bram_la CONFIG.Port_B_Clock {100}
5150
ad_ip_parameter bram_la CONFIG.Port_B_Enable_Rate {100}
5251
ad_ip_parameter bram_la CONFIG.Write_Width_A {16}
@@ -91,7 +90,6 @@ ad_ip_parameter bram_adc CONFIG.Enable_32bit_Address false
9190
ad_ip_parameter bram_adc CONFIG.Use_Byte_Write_Enable false
9291
ad_ip_parameter bram_adc CONFIG.Operating_Mode_A {NO_CHANGE}
9392
ad_ip_parameter bram_adc CONFIG.Register_PortB_Output_of_Memory_Primitives true
94-
ad_ip_parameter bram_adc CONFIG.Use_RSTA_Pin {false}
9593
ad_ip_parameter bram_adc CONFIG.Port_B_Clock 100
9694
ad_ip_parameter bram_adc CONFIG.Port_B_Enable_Rate 100
9795
ad_ip_parameter bram_adc CONFIG.Write_Width_A 32

0 commit comments

Comments
 (0)
0