This is a set of descriptions (a model) of semantically correct definitions in the SystemVerilog language expressed with dependent types in Idris 2 programming language.
This model is designed for property-based testing using the DepTyCheck library, a library for property-based testing and generation of dependently-typed data.
This model is not meant to be the full specification of SystemVerilog. However, it is not strictly required for good property-based testing.
Currently, we test the following property: for every semantically correct SystemVerilog description (from the supported subset), an instrument taking it should accept it without issue. For several particular instruments supporting simulation, we also run this simulation for several ticks in order to check it is feasible.
We are currently working on extending supported features of SystemVerilog, and there would be a list of supported features.
TBD
Currently we have found several bugs in open-source instruments working with SystemVerilog. We are on the way of reporting them officially.
To see the bugs and issues we have discovered, please visit our website.
The generator of semantically correct SystemVerilog definitions can be run with pack, the package manager for the Idris 2 programming language.
You can either build it yourself:
$ pack build verilog-model
Or use the latest prebuilt container from the packages
and just run:
$ pack run verilog-model
For available options, use:
$ pack run verilog-model --help