Skip to content

Commit

Permalink
fix jal riscv-arch-test (#2479)
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinThomazic authored Aug 30, 2024
1 parent 668829d commit a66efad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corev_apu/tb/ariane_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module ariane_tb;
// toggle with RTC period
localparam int unsigned RTC_CLOCK_PERIOD = 30.517us;

localparam NUM_WORDS = 2**16;
localparam NUM_WORDS = 2**18;
logic clk_i;
logic rst_ni;
logic rtc_i;
Expand Down

0 comments on commit a66efad

Please sign in to comment.