minor
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
all: RUNFILE
|
||||
|
||||
INCLUDE=-I. -I../models/memory/cln28hpc/rf2_32x128_wm1/ -I/usr/local/systemc/ -Iinterfaces/ -Ipipe_regs/
|
||||
INCLUDE=-I. -I../models/memory/cln28hpc/rf2_32x128_wm1/ -I/usr/local/systemc/ -Iinterfaces/ -Ipipe_regs/ -Isimulate
|
||||
|
||||
FILE=Vortex.v
|
||||
|
||||
EXE=--exe test_bench.cpp
|
||||
EXE=--exe ./simulate/test_bench.cpp
|
||||
|
||||
COMP=--compiler gcc
|
||||
|
||||
|
||||
@@ -43,9 +43,7 @@ interface VX_exec_unit_req_inter ();
|
||||
// CSR info
|
||||
wire is_csr;
|
||||
wire[11:0] csr_address;
|
||||
/* verilator lint_off UNUSED */
|
||||
wire csr_immed;
|
||||
/* verilator lint_on UNUSED */
|
||||
wire[31:0] csr_mask;
|
||||
endinterface
|
||||
|
||||
|
||||
@@ -6,11 +6,8 @@
|
||||
`define VX_FWD_CSR_RSP
|
||||
|
||||
interface VX_forward_csr_response_inter ();
|
||||
/* verilator lint_off UNUSED */
|
||||
wire csr_fwd;
|
||||
wire[31:0] csr_fwd_data;
|
||||
/* verilator lint_on UNUSED */
|
||||
|
||||
endinterface
|
||||
|
||||
|
||||
|
||||
@@ -9,9 +9,7 @@ interface VX_frE_to_bckE_req_inter ();
|
||||
|
||||
wire[11:0] csr_address;
|
||||
wire is_csr;
|
||||
/* verilator lint_off UNUSED */
|
||||
wire csr_immed;
|
||||
/* verilator lint_on UNUSED */
|
||||
wire[31:0] csr_mask;
|
||||
wire[4:0] rd;
|
||||
wire[4:0] rs1;
|
||||
|
||||
1
rtl/simulate/tb_debug.h
Normal file
1
rtl/simulate/tb_debug.h
Normal file
@@ -0,0 +1 @@
|
||||
#define VCD_OFF
|
||||
Reference in New Issue
Block a user