From 345f46baabb6222127300eea149a856fb851e8a7 Mon Sep 17 00:00:00 2001 From: "John W. Terrell" Date: Thu, 18 Sep 2025 22:17:37 -0700 Subject: [PATCH] Modified Makefile to include system libraries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 487a6fc..2fb4b00 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ sim_output_location: mkdir -p build/sim/ sim: sim_output_location - bsc -u -p $(subst $(space):,:,$(SRCDIRS)) src/ESeries.bsv + bsc -u -p %/Libraries:$(subst $(space):,:,$(SRCDIRS)) src/ESeries.bsv