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:
8
third_party/Makefile
vendored
8
third_party/Makefile
vendored
@@ -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
1
third_party/cocogfx
vendored
Submodule third_party/cocogfx deleted from 7969f66e86
2
third_party/fpnew
vendored
2
third_party/fpnew
vendored
Submodule third_party/fpnew updated: 0bfbeede0e...3116391bf6
2
third_party/ramulator
vendored
2
third_party/ramulator
vendored
Submodule third_party/ramulator updated: 4edcb0d05a...743b940b70
2
third_party/softfloat
vendored
2
third_party/softfloat
vendored
Submodule third_party/softfloat updated: b64af41c32...5c06db33fc
Reference in New Issue
Block a user