Skip to content

Commit

Permalink
merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinebp committed Oct 24, 2024
1 parent 659ad87 commit 98b5860
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 128 deletions.
74 changes: 0 additions & 74 deletions docs/fpga_setup.md

This file was deleted.

46 changes: 0 additions & 46 deletions miscs/patches/ramulator.patch

This file was deleted.

7 changes: 0 additions & 7 deletions sim/rtlsim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ SRCS = $(COMMON_DIR)/util.cpp $(COMMON_DIR)/mem.cpp $(COMMON_DIR)/rvfloats.cpp $
SRCS += $(DPI_DIR)/util_dpi.cpp $(DPI_DIR)/float_dpi.cpp
SRCS += $(SRC_DIR)/processor.cpp

ifdef AXI_BUS
TOP = Vortex_axi
CXXFLAGS += -DAXI_BUS
else
TOP = Vortex
endif

VL_FLAGS = --exe
VL_FLAGS += --language 1800-2009 --assert -Wall -Wpedantic
VL_FLAGS += -Wno-DECLFILENAME -Wno-REDEFMACRO
Expand Down
3 changes: 2 additions & 1 deletion tests/regression/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ XRT_DEVICE_INDEX ?= 0
VORTEX_RT_PATH ?= $(ROOT_DIR)/runtime
VORTEX_KN_PATH ?= $(ROOT_DIR)/kernel

STARTUP_ADDR ?= 0x80000000
ifeq ($(XLEN),64)
VX_CFLAGS += -march=rv64imafd -mabi=lp64d
STARTUP_ADDR ?= 0x180000000
else
VX_CFLAGS += -march=rv32imaf -mabi=ilp32f
STARTUP_ADDR ?= 0x80000000
endif

LLVM_CFLAGS += --sysroot=$(RISCV_SYSROOT)
Expand Down

0 comments on commit 98b5860

Please sign in to comment.