Skip to content

Commit 84f4db7

Browse files
johnymil-chipflowrobtaylor
authored andcommitted
including sim_build../Makefile
1 parent 2526df3 commit 84f4db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyuvm_verif/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CWD=$(shell pwd)
22
SIM=verilator
3-
VERILOG_SOURCES=$(wildcard $(CWD)/verilog/*.v)
3+
VERILOG_SOURCES=$(wildcard $(CWD)/*/*.v)
44
.PHONY: print_vars
55

66
ifeq ($(ARG),SPI)

0 commit comments

Comments
 (0)