Releases: SystemRDL/systemrdl-compiler
Releases · SystemRDL/systemrdl-compiler
1.3.0
1.2.0
New Features
- Add
RootNode.topproperty to simplify access to top-leveladdrmapcomponent - Add mechanism to override implicit default property value when calling
Node.get_property() - Allow access to more Perl constructs in preprocessor (#10)
- Add implementation of RDLFormatCode processing.
- See
Node.get_html_desc() - Also enhanced to allow Markdown syntax in
descproperties
- See
1.1.1
1.1.0
New Features
- Implemented preprocessor
- Supports Verilog-style
`include "file"directive and embedded<% Perl code %>tags.
- Supports Verilog-style
- Implemented property references in RHS expressions.
- Implemented optional compiler warning messages.
- Add ability to define built-in user-defined properties.
- Reworked error context message printing mechanism.
- Implemented
__repr__()to some types to provide more useful debug printing. (#5)
Bug Fixes