using ramulator dram simulator
This commit is contained in:
7
third_party/Makefile
vendored
7
third_party/Makefile
vendored
@@ -1,4 +1,4 @@
|
||||
all: fpnew cocogfx softfloat
|
||||
all: fpnew cocogfx softfloat ramulator
|
||||
|
||||
fpnew:
|
||||
|
||||
@@ -8,8 +8,11 @@ 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
|
||||
|
||||
ramulator:
|
||||
$(MAKE) -C ramulator libramulator.a
|
||||
|
||||
clean:
|
||||
$(MAKE) clean -C cocogfx
|
||||
$(MAKE) -C softfloat/build/Linux-x86_64-GCC clean
|
||||
|
||||
.PHONY: all fpnew cocogfx softfloat
|
||||
.PHONY: all fpnew cocogfx softfloat ramulator
|
||||
Reference in New Issue
Block a user