diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-05-06 13:54:59 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-05-06 13:54:59 -0500 |
commit | 65e5d53c2436ff0e3349faf0f49ad6d41197078f (patch) | |
tree | 8c42f8f86c42076c43e3955b3e21547b4f81b4fe /Makefile | |
parent | 11bce65ecc903e6f11bbbe6cbe05ffd2e259126e (diff) |
...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |