You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
Does SystemRDL has any support of cross-references?
For example, let's have a look at this field description:
// description of Interrupt Enable Register field
desc = "
When set to 1, it enables ISR.DONE to generate interrupt
";
I want to create a link or a cross-reference related to ISR.DONE in this description. ISR and its fields (including DONE) exist in RDL.
And when clicking on it in generated HTML, I would like to see the page related to ISR DONE field.
In other words, I need a description that can store not only just text, but cross-reference to RDL entity too.
The text was updated successfully, but these errors were encountered:
toTheSky
changed the title
Does it has a cross-reference feature?
Does it have a cross-reference feature?
Sep 14, 2023
SystemRDL never defined such a mechanism, but I really like the idea!
Since I already run the description text through a Markdown processor, I could make an extension that adds support for cross references. Seems like a really useful feature.
amykyta3
changed the title
Does it have a cross-reference feature?
Add support for cross-references in descriptions
Sep 17, 2023
Hi.
Does SystemRDL has any support of cross-references?
For example, let's have a look at this field description:
I want to create a link or a cross-reference related to ISR.DONE in this description. ISR and its fields (including DONE) exist in RDL.
And when clicking on it in generated HTML, I would like to see the page related to ISR DONE field.
In other words, I need a description that can store not only just text, but cross-reference to RDL entity too.
The text was updated successfully, but these errors were encountered: