File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module redmule_tb
16
16
parameter TA = 0 .2ns , // application time
17
17
parameter TT = 0 .8ns , // test time
18
18
parameter logic UseXif = 1'b0 ,
19
- parameter int unsigned PROB_STALL = 0
19
+ parameter real PROB_STALL = 0
20
20
)(
21
21
input logic clk_i,
22
22
input logic rst_ni,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import redmule_pkg::*;
14
14
localparam TA = 0 .2ns ; // application time
15
15
localparam TT = 0 .8ns ; // test time
16
16
parameter logic UseXif = 1'b0 ; // Wether to use CV32E40P/X (passed through the Makefile)
17
- parameter int unsigned PROB_STALL = 0 ; // Dummy memories stall probability (passed through the Makefile)
17
+ parameter real PROB_STALL = 0 ; // Dummy memories stall probability (passed through the Makefile)
18
18
19
19
logic clk, rst_n, fetch_enable;
20
20
You can’t perform that action at this time.
0 commit comments