1 Star 0 Fork 0

SR达人/ucb-bar_berkeley-hardfloat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 978 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jiuyang liu 提交于 2020-09-26 14:53 . clean up makefile
CHISEL_VERSION = 3.4-SNAPSHOT
default: test
berkeley-softfloat-3/.git:
git submodule update --init berkeley-softfloat-3
berkeley-testfloat-3/.git:
git submodule update --init berkeley-testfloat-3
berkeley-softfloat-3/build/Linux-x86_64-GCC/softfloat.a: berkeley-softfloat-3/.git
$(MAKE) -C berkeley-softfloat-3/build/Linux-x86_64-GCC SPECIALIZE_TYPE=RISCV
berkeley-testfloat-3/build/Linux-x86_64-GCC/testfloat_gen: berkeley-testfloat-3/.git \
berkeley-softfloat-3/build/Linux-x86_64-GCC/softfloat.a
$(MAKE) -C berkeley-testfloat-3/build/Linux-x86_64-GCC SPECIALIZE_TYPE=RISCV
ifneq (,$(shell which testfloat_gen 2> /dev/null))
TESTFLOAT_GEN: ;
else
PATH := $(PATH):$(PWD)/berkeley-testfloat-3/build/Linux-x86_64-GCC/
TESTFLOAT_GEN: berkeley-testfloat-3/build/Linux-x86_64-GCC/testfloat_gen
endif
test: TESTFLOAT_GEN
sbt test
clean:
git clean -fdx
git submodule foreach git clean -fdx
.PHONY: test clean
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sr-master/ucb-bar_berkeley-hardfloat.git
git@gitee.com:sr-master/ucb-bar_berkeley-hardfloat.git
sr-master
ucb-bar_berkeley-hardfloat
ucb-bar_berkeley-hardfloat
master

搜索帮助