Vortex 2.0 changes:

+ Microarchitecture optimizations
+ 64-bit support
+ Xilinx FPGA support
+ LLVM-16 support
+ Refactoring and quality control fixes
This commit is contained in:
Blaise Tine
2023-10-19 20:51:22 -07:00
parent d69a64c32c
commit d47cccc157
1300 changed files with 247321 additions and 311189 deletions

View File

@@ -1,10 +1,7 @@
all: fpnew cocogfx softfloat ramulator
all: fpnew softfloat ramulator
fpnew:
cocogfx:
$(MAKE) -C cocogfx
softfloat:
SPECIALIZE_TYPE=RISCV SOFTFLOAT_OPTS="-fPIC -DSOFTFLOAT_ROUND_ODD -DINLINE_LEVEL=5 -DSOFTFLOAT_FAST_DIV32TO16 -DSOFTFLOAT_FAST_DIV64TO32" $(MAKE) -C softfloat/build/Linux-x86_64-GCC
@@ -13,8 +10,7 @@ ramulator:
$(MAKE) -C ramulator libramulator.a
clean:
$(MAKE) -C cocogfx clean
$(MAKE) -C softfloat/build/Linux-x86_64-GCC clean
$(MAKE) -C ramulator clean
.PHONY: all fpnew cocogfx softfloat ramulator
.PHONY: all fpnew softfloat ramulator

1
third_party/cocogfx vendored

Submodule third_party/cocogfx deleted from 7969f66e86