Replies: 1 comment
-
I believe I can answer my own question :-D `include "my.rdl" works |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I have two RDL files:
my.rdl
and my2.rdl
As you see, I am instantiating addrmap
expr
from my.rdl twice in my2.rdlTo make this work, I have to use the command
peakrdl regblock my.rdl my2.rdl -o my/ --cpuif apb3-flat
.Instead of using all rdl files on the command line, is there a way that I can include my.rdl in my2.rdl, so that my2.rdl knows where to find addrmap
expr
?Beta Was this translation helpful? Give feedback.
All reactions