diff options
Diffstat (limited to 'usrp2/control_lib/atr_controller.v')
-rw-r--r-- | usrp2/control_lib/atr_controller.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/control_lib/atr_controller.v b/usrp2/control_lib/atr_controller.v index 1f8d75d00..ee8b260c5 100644 --- a/usrp2/control_lib/atr_controller.v +++ b/usrp2/control_lib/atr_controller.v @@ -47,7 +47,7 @@ module atr_controller // Removing readback allows ram to be synthesized as LUTs instead of regs //always @(posedge clk_i) // dat_o <= atr_ram[adr_i[5:2]]; - always @* + always dat_o <= 32'd0; always @(posedge clk_i) |