1 Star 0 Fork 0

大浪淘沙/sv_tb_router

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
test.sv 338 Bytes
Copy Edit Raw Blame History
大浪淘沙 authored 2022-02-11 21:56 +08:00 . init
program automatic test (router_io.tb rt_io);
/* program automatic test (router_io.tb rt_io); */
import router_test_pkg::*;
Environment env;
initial begin
$timeformat(-9, 1, "ns", 10);
env = new("env", rt_io);
env.configure();
pkt_cnt = env.pkt_cnt;
env.run();
end
endprogram : test
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

Search