diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-05-06 11:00:22 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-05-06 11:00:22 -0500 |
commit | 11bce65ecc903e6f11bbbe6cbe05ffd2e259126e (patch) | |
tree | be32cb2e0385d4ff7ab7810bfa7c4e573fc37b6e /Makefile | |
parent | d8db4d5cfa3977001181714e632d5addd7c0e4ba (diff) |
Attempt at RX, but it doesn't yet work...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |