rstbrun

Crates.iorstbrun
lib.rsrstbrun
version0.1.1
sourcesrc
created_at2021-12-11 20:03:07.593896
updated_at2021-12-12 10:23:46.261635
descriptionBuild and run Rstb tests with Icarus Verilog
homepage
repositoryhttps://github.com/benbr8/rstbrun
max_upload_size
id496319
size35,415
Benjamin (benbr8)

documentation

README

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",
]
Commit count: 19

cargo fmt