Intel® High Level Design
Support for Intel® High Level Synthesis Compiler, DSP Builder, OneAPI for Intel® FPGAs, Intel® FPGA SDK for OpenCL™
722 Discussions

Modular approach for the NIOS ii processor intigration with main FPGA file

Noman3
Novice
2,621 Views

I am currently working on integrating the Nios II processor with the main VHDL file in Quartus Prime. So far, I’ve successfully implemented PWM signal generation by assigning a constant angle using the Nios II processor.

My next goal is to make this system modular, so it can support N angles instead of just one. In my previous implementation, I used a single PIO (Parallel I/O) and assigned a base address to it.

Now, I’d like to know:

  • Is it possible to automatically assign addresses for multiple angles (i.e., for multiple PIOs corresponding to each angle)?

  • If so, what’s the best approach to manage or generate these addresses dynamically in a modular way?

I’ve also attached the files from my previous implementation for reference.

0 Kudos
1 Solution
JingyangTeh_Altera
2,295 Views

Hi


One method is you could just add in multiple PIO IP and lock the addresses.

This can be done by clicking the little lock icon.

The Addresses of the PIO IP will be fix if you add in additional IPs to the project, this will not mess up the base address of the PIO IPs.


Regards

Jingyang, Teh


View solution in original post

4 Replies
JingyangTeh_Altera
2,296 Views

Hi


One method is you could just add in multiple PIO IP and lock the addresses.

This can be done by clicking the little lock icon.

The Addresses of the PIO IP will be fix if you add in additional IPs to the project, this will not mess up the base address of the PIO IPs.


Regards

Jingyang, Teh


JingyangTeh_Altera
2,219 Views

Hi


Do you have any follow up question on this?


Regards

Jingyang, Teh


Noman3
Novice
2,142 Views

Many thanks Jingyang of your suport. I have done it by considring the alternating approach.

Regards 
Noman

0 Kudos
JingyangTeh_Altera
1,996 Views

Hi


I’m glad that your question has been addressed, I now transition this thread to community support. If you have a new question, Please login to ‘https://supporttickets.intel.com/s/?language=en_US’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions.


Regards

Jingyang, Teh


0 Kudos
Reply