Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17267 Discussions

Getting base of address of the IP's

Altera_Forum
Honored Contributor II
1,411 Views

HI, Is there a report where we can get the base address of the IP that we generated after compiling?

0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
708 Views

If you're talking about a Qsys system, yes -- you can view the address map in Qsys itself (on screen) or there are HTML datasheets generated when you generate the qsys system. 

 

I think that is what you are asking about. 

 

-Lance
0 Kudos
Altera_Forum
Honored Contributor II
708 Views

yes, will check it out

0 Kudos
Altera_Forum
Honored Contributor II
708 Views

The base address can actually view from the Qsys system, after the Qsys system is generated, In the c code, the base address is defined as IP_NAME_BASE. The IP_NAME is define in the Qsys system.

0 Kudos
Reply