Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21584 Discussions

Dual Configuration Intel FPGA IP Core Signals

Sho2301
Beginner
507 Views

Hi,

i have a few questions regarding the signals of this IP Core. 

Am i correct to assume that the avmm_rcv_address sets the Offset for the register i want to read and write from, so that with avmm_rcv_writedata i can then write in that offset register.

For a example, would it be correct that if i wanted to enable the config_sel overwrite and set the config_sel to CFM 0 i would need to write the following:

avmm_rcv_address <= "001";

avmm_rcv_writedata (1 down to 0) <= "01"

avmm_rcv_writedata (31 down to 2) <= (others => '0');

 

I assume the avmm_rcv_read & avmm_rcv_write are used for write/read busy flags?

 

Thank you for your assistance

Regards,

Sho


grafik.pngScreenshot 2025-05-20 214857.png

Labels (1)
0 Kudos
3 Replies
FvM
Honored Contributor II
459 Views
Hi,
the MAX10 Configuration User Guide refers to Avalon Interface Specification https://www.intel.com/content/www/us/en/docs/programmable/683091/22-3/introduction-to-the-interface-specifications.html for details of AVMM interface. It should answer your questions about the function of specific signals. You don't necessarily need the info when you use Platform Designer to connect the configuration IP because all signals are wired automatically. But you may need it when you write your own AVMM master to drive the interface.

Regards
Frank
0 Kudos
RichardTanSY_Altera
358 Views

Thank you Fvm for answering.

 

Hi @Sho2301 

 

I believe Fvm has answered your inquiry.

Do you have further inquiries regarding this case ?

 

Regards,

Richard Tan

 

0 Kudos
RichardTanSY_Altera
308 Views

We noticed that we haven't received a response from you regarding the latest previous question/reply/answer, and will now transitioning your inquiry to our community support. We apologize for any inconvenience this may cause and we appreciate your understanding.

 

If you have any further questions or concerns, please don't hesitate to reach out. 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.

 

The community users will be able to help you on your follow-up questions.

 

Thank you for reaching out to us!

 

Best Regards,

Richard Tan


0 Kudos
Reply