Skip to content

Commit

Permalink
Update tb_miriscv_alu.sv
Browse files Browse the repository at this point in the history
  • Loading branch information
HepoH3 committed Sep 18, 2023
1 parent d4db354 commit 552c433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Labs/02. Arithmetic-logic unit/tb_miriscv_alu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ reg [102:0] running_line;

initial
begin
running_line <= 0;
$display( "\nStart test: \n\n==========================\nCLICK THE BUTTON 'Run All'\n==========================\n"); $stop();
for ( i = 0; i < TEST_VALUES; i = i + 1 )
begin
Expand Down Expand Up @@ -10097,7 +10098,7 @@ initial line_dump = {
103'h3f27ac46eaaae4027700000000,
103'h16570085a76566615400000000,
103'h3cfd0b67e68d12a83e00000000,
103'h32d7053ffce4132de500000000,
103'hxxxxxxxxxxxxxxxxx000000000,
103'h073ec21038e11e95ca00000000
};

Expand Down

0 comments on commit 552c433

Please sign in to comment.