Forum Discussion
Altera_Forum
Honored Contributor
10 years agoComponent TCL file in Qsys
Hi, I have designed the component's TCL file. It has one avalon slave port and avalon master port. I want to read the Base Address of my Avalon Slave Port in TCL file. When Qsys is generat...
Altera_Forum
Honored Contributor
10 years agoNote that you don't actually need the address of your component's Avalon or AXI slave port. QSYS will assign the address when your component is put to use in a system. The HDL code for your component needs to be written as if starting at zero. The Avalon fabric will handle the address mapping.
In the event you are using the address of your component from the master port of another component, it is better to have that base address be programmable so that your components can be placed into systems without worrying about matching specific addresses.