SystemRDL / PeakRDL-systemrdl

Convert a compiled register model into SystemRDL code.
GNU General Public License v3.0
1 stars 2 forks source link

Add support for reference assignments #3

Open amykyta3 opened 1 year ago

amykyta3 commented 1 year ago

Generate component & property reference DPAs if encountered.

Except for signals, these are implicitly DPAs and therefore need to be collected during traversal, and then emitted after the enclosing component instantiation is generated.