Juniper / open-register-design-tool

Tool to generate register RTL, models, and docs using SystemRDL or JSpec input
Apache License 2.0
195 stars 69 forks source link

XML Data Dictionary #52

Open WebMonkey007 opened 5 years ago

WebMonkey007 commented 5 years ago

The current XML output includes the Instance view but does not include the "data dictionary "

ie addrmap counters { counter_t transaction_cnt[10]; counter_t error_cnt[5]; }; so the xml will list tranaction_cnt and error_cnt but there is no indication that register def is the same.

I would be useful to include a "type" tag in the instances and a "data type" tree in the xml or a parallel xml file.

sdnellen commented 5 years ago

Understand request - it has some benefits.
Just fyi, a couple reasons this feature was considered lower priority:

sdnellen commented 5 years ago

Kamino cloned this issue to sdnellen/open-register-design-tool