1 Star 0 Fork 23

NJ_Ceny/EpicFV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 1021 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiao_foo 提交于 2021-01-20 15:48 . EpicFV add UI mode
.PHONY: all clean run
default: all
all: yosys
@make clean; mkdir ./obj
g++ -I./binary/share/tcl/include/ -c src/TclInterpController.cpp -o ./obj/TclInterpController.o
g++ -I./binary/share/tcl/include/ -c src/EpicCmdMgr.cpp -o ./obj/EpicCmdMgr.o
g++ -I./binary/share/tcl/include/ -c src/EpicCommonCmd.cpp -o ./obj/EpicCommonCmd.o
g++ -I./binary/share/tcl/include/ -c src/EpicExtendCmd.cpp -o ./obj/EpicExtendCmd.o
g++ -I./binary/share/tcl/include/ -c src/EpicApp.cpp -o ./obj/EpicApp.o
g++ -I./binary/share/readline/include/ -I./binary/share/tcl/include/ -c epic_fv_start.cpp -o ./obj/epic_fv_start.o
g++ ./obj/TclInterpController.o ./obj/EpicCmdMgr.o ./obj/EpicCommonCmd.o ./obj/EpicExtendCmd.o ./obj/EpicApp.o ./obj/epic_fv_start.o\
-Lbinary/share/openmpi/lib -ltcl8.6 -lpthread -lreadline -o binary/epic_fv_start
cp src/yosys/yosys binary/bin/.
cp src/yosys/yosys-abc binary/bin/.
yosys:
cd src/yosys; make -j10
clean:
rm -rf binary/epic_fv_start ./obj
run:
cd example/run; ../../epic_fv -f demo.tcl
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/nj-ceny/EpicFV.git
git@gitee.com:nj-ceny/EpicFV.git
nj-ceny
EpicFV
EpicFV
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385