From c63a025615307a899259d8f720961bedb0a6bd32 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 1 Dec 2022 01:14:01 -0700 Subject: [PATCH] remove reference to old axil bridge location --- tests/test_basic/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_basic/Makefile b/tests/test_basic/Makefile index 69f9f15..6b840a7 100644 --- a/tests/test_basic/Makefile +++ b/tests/test_basic/Makefile @@ -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)