How to link between registers in HTML doc description #271
Unanswered
vgaliCelero
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Currently it is not directly supported (aside from manually implementing cross-references using Markdown links). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In the generated HTML documentation using PeakRDL, I would like to create links in the desc field of one register or field that point to another register or field elsewhere in the same regmap.
I want the desc of snapshot_reg to include a clickable reference to enable_reg, like:
"Value in this register is updated using the enable field in register [enable_reg]
Is there a supported syntax or macro to reference other nodes by name, path, or tag in the description that the HTML generator resolves into hyperlinks?
If not natively supported, do you recommend a workaround or hook where we can postprocess the description to inject proper links?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions