#verilog #testing #eda #toml #src #rstb #icarus

app rstbrun

使用 Icarus Verilog 构建和运行 Rstb 测试

2 个版本

0.1.1 2021 年 12 月 12 日
0.1.0 2021 年 12 月 11 日

#27#eda

GPL-2.0 许可证

13KB
222

rstbrun

命令行工具,使用 Icarus Verilog 构建和运行 Rstb 测试。

未来将添加其他模拟器。

rstbrun 需要测试在其项目目录中有一个 rstb.toml 文件,其中包含 HDL 源位置和顶层名称

[test]
toplevel = "top_level_name"

[src]
verilog = [
    "hdl/dut.v",
    "hdl/wrapper.v",
]

依赖项

~3.5–5.5MB
~92K SLoC