We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e90134 commit 8937486Copy full SHA for 8937486
Makefile
@@ -25,7 +25,7 @@ QUESTA ?= questa-2019.3-kgf
25
BENDER_DIR ?= .
26
BENDER ?= bender
27
TEST_SRCS ?= sw/redmule.c
28
-WAVES ?= $(mkfile_path)/wave.do
+WAVES ?= $(mkfile_path)/wave.tcl
29
ISA ?= riscv
30
ARCH ?= rv
31
XLEN ?= 32
rtl/redmule_engine.sv
@@ -76,7 +76,7 @@ logic [W-1:0] fault;
76
assign fault_o = |fault;
77
78
generate
79
- for (genvar index = 0; index < W; index++) begin
+ for (genvar index = 0; index < W; index++) begin: gen_row_array
80
/*--------------------------------------- Array ----------------------------------------*/
81
localparam replica_index = index % REP;
82
0 commit comments