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
|
||||
Reference in New Issue
Block a user