Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
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.
21615 Discussions

how to design private IP based on qsys

Altera_Forum
Honored Contributor II
1,231 Views

Hello,i am a new recruit for SOC FGPA. Lately , i want to desgin my private IP,and then connect it to hps(A9) with AXI or ST-MM bus based on Qsys. so hps can get the status of my module.but there are a few qusetions: is the method or architecture right to get the status from fgpa? if it's feasible,how to design my private IP with **.v( already finished), can you give some reference mannul or details.expect your reply.

0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
520 Views
0 Kudos
Altera_Forum
Honored Contributor II
520 Views

I do appreciate your help,thanks your reply!

0 Kudos
Altera_Forum
Honored Contributor II
520 Views

If your IP doesn't need to implement security, posted writes, or any of the other features that AXI has that Avalon-MM does not have then I recommend using Avalon since it's an easier interface standard to deal with. Here is the Avalon-MM specification: http://www.altera.com/literature/manual/mnl_avalon_spec.pdf

0 Kudos
Reply