code refactoring

This commit is contained in:
Blaise Tine
2022-02-04 00:07:24 -05:00
parent 212ee21b54
commit cf2a0a5f39
58 changed files with 426 additions and 391 deletions

View File

@@ -36,11 +36,6 @@ ifdef XLEN
CXXFLAGS += -DXLEN=$(XLEN)
endif
# FLEN parameterization
ifdef FLEN
CXXFLAGS += -DFLEN=$(FLEN)
endif
PROJECT = simx
all: $(DESTDIR)/$(PROJECT)