Crates.io | rstbrun |
lib.rs | rstbrun |
version | 0.1.1 |
source | src |
created_at | 2021-12-11 20:03:07.593896 |
updated_at | 2021-12-12 10:23:46.261635 |
description | Build and run Rstb tests with Icarus Verilog |
homepage | |
repository | https://github.com/benbr8/rstbrun |
max_upload_size | |
id | 496319 |
size | 35,415 |
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",
]