mirror of
https://gitlab.com/brendanhaines/cpu.git
synced 2024-12-25 10:36:49 -07:00
remove reference to old axil bridge location
This commit is contained in:
parent
e301d2c4d2
commit
c63a025615
|
@ -3,7 +3,6 @@ all: verify
|
|||
TESTBENCH_V = $(wildcard *tb.sv)
|
||||
SOURCE_V = $(wildcard ../../src/*.v ../../src/*.sv)
|
||||
SOURCE_V += $(wildcard ../../lib/*.v ../../lib/*.sv)
|
||||
SOURCE_V += $(wildcard ../common/*.v ../common/*.sv)
|
||||
LOGS = $(TESTBENCH_V:.sv=.log)
|
||||
|
||||
SOURCE_C = $(wildcard *.c)
|
||||
|
|
Loading…
Reference in New Issue
Block a user