rohd
rohd copied to clipboard
Complete testing for unpacked arrays in generated SystemVerilog
Motivation
There are known bugs with "unpacked" arrays in SystemVerilog. For example:
- Assigning:
- Single-element unpacked:
The ROHD test-suite relies on SystemVerilog simulators to verify the generated output. These bugs in SystemVerilog potentially leave a validation gap in generated verilog.
Desired solution
Follow-up with bug reports on SystemVerilog simulators and test ROHD against them as fixes are released.
Alternatives considered
No response
Additional details
No response