diff options
Diffstat (limited to 'techlibs/ice40/tests/test_bram_tb.v')
-rw-r--r-- | techlibs/ice40/tests/test_bram_tb.v | 3 |
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 abf953053..bdb8d4560 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; |