Replies: 1 comment 2 replies
-
No need to change the parser at all. The SystemRDL language already allows you to define your own property extensions. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at
setup.py
it seems that the package install stage assumes that the parser has already been generated by the ANTLR code generator.Is there any script that does a full build from scratch generating all files from the ANLR .g4 parser file ? I would like to write my own custom extension (see #94) by adding a new addrmap property (
addrwordsize
) that would set the address bus units. This implies regenerating the parser.Beta Was this translation helpful? Give feedback.
All reactions