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 459191f commit b31cdb7Copy full SHA for b31cdb7
RI5CY-sameIF/tb/core/Makefile
@@ -63,7 +63,7 @@ RTLSRC_HOME := ../..
63
RTLSRC_TB_PKG :=
64
RTLSRC_TB_TOP := tb_top.sv
65
RTLSRC_TB := $(filter-out riscv_tb_pkg.sv tb_top_verilator.sv,\
66
- $(wildcard *.sv))
+ $(wildcard *.sv))
67
RTLSRC_TB_RT := $(wildcard ./RT_rtl/*.sv)
68
RTLSRC_VERI_TB := $(filter-out tb_top.sv, $(wildcard *.sv))
69
RTLSRC_INCDIR := $(RTLSRC_HOME)/rtl/include
0 commit comments