Skip to content

Commit

Permalink
lm32: fix test bench typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Walle <michael@walle.cc>
  • Loading branch information
mwalle authored and Sebastien Bourdeauducq committed Nov 28, 2012
1 parent 254f48b commit 6453d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/lm32/test/tb_lm32.v
Expand Up @@ -143,7 +143,7 @@ assign dmem_adr = d_adr[15:2];
assign dmem_we = {4{d_cyc & d_stb & d_we}} & d_sel;

// interrupts
initial interrupt = 32'b0;
initial interrupt <= 32'b0;

// simulation end request
always @(posedge sys_clk) begin
Expand Down

0 comments on commit 6453d76

Please sign in to comment.