aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-05-06 13:54:59 -0500
committerNathan Ringo <nathan@remexre.com>2024-05-06 13:54:59 -0500
commit65e5d53c2436ff0e3349faf0f49ad6d41197078f (patch)
tree8c42f8f86c42076c43e3955b3e21547b4f81b4fe /Makefile
parent11bce65ecc903e6f11bbbe6cbe05ffd2e259126e (diff)
...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bfb3088..045b216 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-BSC_COMP_FLAGS = -aggressive-conditions -bdir tmp -check-assert -keep-fires \
+BSC_COMP_FLAGS = -bdir tmp \
-p src:+ -vdir tmp
-BSC_LINK_FLAGS = -keep-fires
+BSC_LINK_FLAGS =
BSC_SOURCES = FIFO1.v FIFO10.v SizedFIFO.v
TOPFILE = Top
TOPMODULE = mkTop