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

app rstbrun

Build and run Rstb tests with Icarus Verilog

2 releases

0.1.1 Dec 12, 2021
0.1.0 Dec 11, 2021

#27 in #src

GPL-2.0 license

13KB
222 lines

rstbrun

Command line tool which builds and runs Rstb tests using Icarus Verilog.

Other simulators will be added in the future.

rstbrun requires tests to have a rstb.toml file in their project directory, which contains locations of HDL sources and the top-level name:

[test]
toplevel = "top_level_name"

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

Dependencies

~4.5–6.5MB
~110K SLoC