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 agoHi ted,
Thanks for your reply!! Yes, you are right that I can find the related information from the .sopc file. More precisely I can say, .sopc file is generated in generation phase (last phase) of Qsys and I want to read that Base Address in the TCL file (_hw.tcl) of my component ( earlier phase i.e. validation_callback or elaboration_callback ). Is there any way?