Releases: SystemRDL/PeakRDL-uvm
Releases · SystemRDL/PeakRDL-uvm
2.3.0
2.2.0
2.1.0
Updates:
- Deprecating import via
peakrdl.uvm
namespace package. See details here: SystemRDL/PeakRDL#4
2.0.5
2.0.4
2.0.3
2.0.2
2.0.0
Updates:
- Significantly refactored UVM exporter implementation. Expect API differences.
- Renamed project from
RALBot-uvm
toPeakRDL-uvm
(#4)
For more details, see: SystemRDL/PeakRDL#2 - Reworked export to use Jinja template engine.
- Enhanced class name generation to prevent namespace collisions.
- Class names are now generated based on the lexical scope of the SystemRDL definition or the hierarchical path.
- Add support for virtual registers and fields.
- Add option to export UVM model as a package or include header.
- Add option to select whether or not to use the UVM factory.
- Add support for multi-dimensional arrays of instances.
- Add support for exporting SystemRDL
hdl_path
,hdl_path_gate
,hdl_path_slice
, andhdl_path_gate_slice
properties.