Skip to content

Commit

Permalink
Fix top testbench VERILOG_SOURCES
Browse files Browse the repository at this point in the history
  • Loading branch information
teobiton committed Jan 27, 2024
1 parent bc5e930 commit 0799bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CORE_DIRECTORY = $(HW_DIRECTORY)/$(TOPLEVEL)
CORE_SOURCES := $(shell cat $(CORE_DIRECTORY)/Flist.$(TOPLEVEL))

# Pointing to the verilog files to test
VERILOG_SOURCES = $(addprefix $(ROOT_DIRECTORY)/, $(CORE_SOURCES)) $(ITF_DIRECTORY)/simple_reg_interface.sv
VERILOG_SOURCES = $(addprefix $(ROOT_DIRECTORY)/, $(CORE_SOURCES))

# Verilator extra arguments to build waves
EXTRA_ARGS += --trace --trace-structs --trace-fst
Expand Down

0 comments on commit 0799bcf

Please # to comment.