aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-05-06 11:00:22 -0500
committerNathan Ringo <nathan@remexre.com>2024-05-06 11:00:22 -0500
commit11bce65ecc903e6f11bbbe6cbe05ffd2e259126e (patch)
treebe32cb2e0385d4ff7ab7810bfa7c4e573fc37b6e /Makefile
parentd8db4d5cfa3977001181714e632d5addd7c0e4ba (diff)
Attempt at RX, but it doesn't yet work...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 269cf32..bfb3088 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
BSC_COMP_FLAGS = -aggressive-conditions -bdir tmp -check-assert -keep-fires \
-p src:+ -vdir tmp
BSC_LINK_FLAGS = -keep-fires
-BSC_SOURCES = FIFO1.v
+BSC_SOURCES = FIFO1.v FIFO10.v SizedFIFO.v
TOPFILE = Top
TOPMODULE = mkTop
SRCS = $(shell find src -name '*.bs')