aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-09-23 14:15:37 -0500
committerNathan Ringo <nathan@remexre.com>2024-09-23 14:15:37 -0500
commit0f80a1960037ba1a7a4835f57ca100d5caf8d8ef (patch)
tree1cd75bab8db3366919f586117d09a6a07087d488 /Makefile
parenteaa9e67b9540bebe980503027d4aa7e6dfd1bf31 (diff)
Start of an application.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4eeeae1..2d1d292 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
BSC_COMP_FLAGS = -bdir tmp -p src:+ -simdir tmp -vdir tmp
BSC_LINK_FLAGS = -bdir tmp -simdir tmp -vdir tmp
-BSC_SOURCES = FIFO1.v FIFO10.v SizedFIFO.v
+BSC_SOURCES = BRAM2.v FIFO1.v FIFO10.v RevertReg.v SizedFIFO.v
TOPFILE = Top
TOPMODULE = mkTop
SRCS = $(shell find src -name '*.bs')