Skip to content

Commit 8937486

Browse files
author
Maurus Item
committed
Updated waves for redundancy
1 parent 7e90134 commit 8937486

File tree

4 files changed

+86
-2218
lines changed

4 files changed

+86
-2218
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ QUESTA ?= questa-2019.3-kgf
2525
BENDER_DIR ?= .
2626
BENDER ?= bender
2727
TEST_SRCS ?= sw/redmule.c
28-
WAVES ?= $(mkfile_path)/wave.do
28+
WAVES ?= $(mkfile_path)/wave.tcl
2929
ISA ?= riscv
3030
ARCH ?= rv
3131
XLEN ?= 32

rtl/redmule_engine.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ logic [W-1:0] fault;
7676
assign fault_o = |fault;
7777

7878
generate
79-
for (genvar index = 0; index < W; index++) begin
79+
for (genvar index = 0; index < W; index++) begin: gen_row_array
8080
/*--------------------------------------- Array ----------------------------------------*/
8181
localparam replica_index = index % REP;
8282

0 commit comments

Comments
 (0)