Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XML Data Dictionary #52

Open
WebMonkey007 opened this issue Dec 5, 2018 · 2 comments
Open

XML Data Dictionary #52

WebMonkey007 opened this issue Dec 5, 2018 · 2 comments

Comments

@WebMonkey007
Copy link

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
Copy link
Contributor

sdnellen commented Dec 7, 2018

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

  • rdl allows instance info to be overriden for many parameters via dynamic assign, eg could do error_cnt->reset=0x1f which makes the 2 instances of counter_t different
  • rdl allows anonymous instances, which have no type

sdnellen pushed a commit that referenced this issue Dec 18, 2018
if true, adds a component tag containing component id path for each
instance that has a non-anonymous component id. Addresses a subset of
issue #52 - allows instances derived from the same component to be
identified.
@sdnellen
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants