1 Star 0 Fork 0

大浪淘沙/sv_tb_router

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile 792 Bytes
一键复制 编辑 原始数据 按行查看 历史
大浪淘沙 提交于 2022-02-11 21:56 +08:00 . init
TEST_PKG=router_test_pkg.sv
TEST_TOP=test_top.sv test.sv
RTL_PATH=./rtl
DUT=$(RTL_PATH)/router.v $(RTL_PATH)/router_io.sv
DUT_BAD=$(RTL_PATH)/bad/router.v $(RTL_PATH)/router_io.sv
all: compile run
bad: bad_compile run
compile:
vcs -sverilog -debug_all -l compile.log -timescale="1ns/100ps" +vcs+vcdpluson \
$(DUT) $(TEST_PKG) $(TEST_TOP)
coverage:
urg -dir simv.vdb
urg -dir simv.vdb -format text
html:
firefox ./urgReport/dashboard.html &
bad_compile:
vcs -sverilog -debug_all -l compile.log -timescale="1ns/100ps" +vcs+vcdpluson \
$(DUT_BAD) $(TEST_PKG) $(TEST_TOP)
run:
./simv -l sim.log
dve_i:
./simv -l sim.log -gui &
dve:
dve -vpd vcdplus.vpd &
clean:
rm -rf *.log csrc simv.daidir simv ucli.key vc_hdrs.h DVEfiles simv.cst *.vpd simv.vdb urgReport tags
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/bai-mengwei/sv_tb_router.git
git@gitee.com:bai-mengwei/sv_tb_router.git
bai-mengwei
sv_tb_router
sv_tb_router
master

搜索帮助