summaryrefslogtreecommitdiff
path: root/techlibs/ice40/tests/test_bram_tb.v
diff options
context:
space:
mode:
Diffstat (limited to 'techlibs/ice40/tests/test_bram_tb.v')
-rw-r--r--techlibs/ice40/tests/test_bram_tb.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/techlibs/ice40/tests/test_bram_tb.v b/techlibs/ice40/tests/test_bram_tb.v
index abf95305..bdb8d456 100644
--- a/techlibs/ice40/tests/test_bram_tb.v
+++ b/techlibs/ice40/tests/test_bram_tb.v
@@ -64,8 +64,7 @@ module bram_tb #(
// $dumpfile("testbench.vcd");
// $dumpvars(0, bram_tb);
- if (INIT_ADDR || INIT_DATA)
- memory[INIT_ADDR] <= INIT_DATA;
+ memory[INIT_ADDR] <= INIT_DATA;
xorshift64_next;
xorshift64_next;