From 7e085dae07589a6d8f926c8bcb8ae811f4debdd2 Mon Sep 17 00:00:00 2001 From: Matt Ettus Date: Tue, 19 Jul 2011 11:40:11 -0700 Subject: appease the ISE gods --- usrp2/control_lib/atr_controller16.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp2/control_lib/atr_controller16.v') diff --git a/usrp2/control_lib/atr_controller16.v b/usrp2/control_lib/atr_controller16.v index a2ebd1dde..727f8c630 100644 --- a/usrp2/control_lib/atr_controller16.v +++ b/usrp2/control_lib/atr_controller16.v @@ -50,7 +50,7 @@ module atr_controller16 // Removing readback allows ram to be synthesized as LUTs instead of regs //always @(posedge clk_i) // dat_o <= adr_i[1] ? atr_ram[adr_i[5:2]][31:16] : atr_ram[adr_i[5:2]][15:0]; - always @* + always dat_o <= 16'd0; always @(posedge clk_i) -- cgit v1.2.3