Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16842 Discussions

Query related to I2C slave IP and SDM IP

sneha_wagh
Beginner
5,212 Views

Hi,

 

I have attached the document that seeks the information related to I2C slave component and SDM IP component integration. 

 

Can you help us to resolve the requested queries ?

 

Regards.

0 Kudos
28 Replies
JingyangTeh
Employee
3,868 Views

Hi sneha_wagh


I am Jingyang and I am assigned to your case.


Are you trying to convert the avalon agent to an axi slave?


You could try connecting an axi bridge to convert them.

Avalon Agent >>> AXI Bridge Master --- AXI Bridge Slave >>> AXI Master Port


The Quartus Platform Designer would connect the Avalon to AXI .

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-qpp-platform-designer.pdf



Regards

Jingyang, Teh



0 Kudos
JingyangTeh
Employee
3,848 Views

Hi sneha_wagh


Any update on this case?


Regards

Jingyang, Teh


0 Kudos
sneha_wagh
Beginner
3,842 Views

Hi Jingyang,

 

Purpose of I2C Slave in our project is as below:

 

BMC Controller on Board will read the temperature, health status of FPGA via the I2C bus. BMC Controller requests the status via I2C Bus connected to I2C slave. I2C Slave then sends this request to Processor. Processor in turn gathers the relevant information and provides the status back to I2C Slave which in turn passes this information to BMC controller via I2C bus.

 

The I2C Slave with memory mapped master agent will not solve the purpose. 

 

There is I2C Slave IP comes along with the processor which acts as a processor subsystem IP and it is present in SDM component. If we use the in-built SDM infrastructure of Intel FPGA, we will get our purpose solved. But in our project, we are using our own Processor and not the SDM structure. Thus we need I2C Slave IP component which is exactly same as the one gets enabled when we use in-built SDM architecture.

 

Thus I think, below infrastructure that you had suggested won't help here:

Avalon Agent >>> AXI Bridge Master --- AXI Bridge Slave >>> AXI Master Port

 

Also can you comment on mailbox-client IP integrated as a bridge between processor and SDM [SDM: Secure Device Manager is used to access Flash] ?

 

In case of more understanding, we can have a call.

 

Regards

Sneha

 

0 Kudos
JingyangTeh
Employee
3,818 Views

Hi Sneha

 

Yeah we could have a call. My timezone is GMT+8, how about yours? Any timeslot that is suitable for you?

 

Could the IP you are looking for his the "i2cslave to Avalon-MM Master Bridge"?

It is able to be connected to the "Mailbox Client Intel FPGA IP" and able to export as an i2c slave.

 

2022-11-03_12h11_26.png

 

The Mailbox Client Intel FPGA IP is a bridge between a host and the secure device manager (SDM).

In the block diagram below the mailbox is connected to host controller but in your case you could connect it to your processor through the "i2cslave to Avalon-MM Master Bridge"

JingyangTeh_0-1667454072812.png

 

https://www.intel.com/content/www/us/en/docs/programmable/683290/21-3-20-1-0/mailbox-client-fpga-ip-user-guide.html

 

Regards

Jingyang, Teh

0 Kudos
JingyangTeh
Employee
3,800 Views

Hi sneha_wagh


Is 11am GMT+8 this coming Tuesday a suitable timeslot for you to have a call?


Regards

Jingyang, Teh


0 Kudos
sneha_wagh
Beginner
3,792 Views

Hi Jingyang, can you let me know the corresponding IST timing ?

 

Regards

Sneha

0 Kudos
sneha_wagh
Beginner
3,776 Views

Hi Jingyang,

 

Any updates ?

 

I have one more query. I.e. How to address map the HPS I2C IP in the address range of FPGA Fabric master ?

For example, consider I have JTAG to Avalon Master or any third party processor [Not the ARM processor in HPS system]. Now I need to program registers inside HPS I2C IP master using the above mentioned master. So I would need to know address space of the HPS I2C IP.

 

Kindly reply as soon as possible, as I am stuck in the middle of project.

 

Regards

Sneha

0 Kudos
JingyangTeh
Employee
3,771 Views

Hi Sneha


I have drop you an email on the meeting details.


Regards

Jingyang, Teh


0 Kudos
sneha_wagh
Beginner
3,766 Views

Hi Jingyang,

 

Timing is suitable and I have joined the meeting.

 

Regards

Sneha

0 Kudos
JingyangTeh
Employee
3,760 Views

Hi Snehar


Great talking to you in the call and better understand what is your problem.

The IP you are looking for should be the " Intel FPGA Avalon® I2C (Host) core"

You could find the details below the link here:

https://www.intel.com/content/www/us/en/docs/programmable/683130/22-1/fpga-i2c-host-core.html



Regards

Jingyang, Teh


0 Kudos
sneha_wagh
Beginner
3,756 Views

Hi Jingyang,

 

We won't be able to use the I2C (Host) Core IP as it is the I2C master IP. We are looking for I2C Slave IP.  Thus I think, only option remaining is the I2C IP in HPS subsystem that is programmed to behave as slave. I am able to find out HPS IPs registers with the help of following link:

https://www.intel.com/content/www/us/en/programmable/hps/agilex/hps.html

 

But I was not able to find out programming sequence of I2C Hard IP component.

 

For our second doubt, i.e. how to address map the bigger region with smaller address width, I am able to find out the address span expander logic. 

 

I have integrated the system and would like to show you the system and would like to take your opinion.

 

Can we have a call on Monday IST 10 am or any suitable time that overlaps with your and mine time zone ?

 

Regards

Sneha

0 Kudos
JingyangTeh
Employee
3,728 Views

Hi Sneha


Yes sure. We can have a call at that time.

We will use back the previous meeting invitation.


Regards

Jingyang, Teh


0 Kudos
JingyangTeh
Employee
3,726 Views

Hi Sneha


From the connection of i2c slave to Avalon Slave, is not correct.

In the case both end of the connection is not a master, if neither end is a master, the connection would not be reasonable.

In the connection either one end would be a master and the other would be a slave.



Regards

Jingyang, Teh


0 Kudos
sneha_wagh
Beginner
3,694 Views

Yes, that is the reason, we can not have this I2C with Avalon Memory mapped host IP in our project subsystem.

 

Thus we thought of using the I2C HPS IP which can be programmed both as master or slave.

 

I did get the register document of this IP but did not get the programming sequence of the IP. Can you let me know from where I can get this ?

 

Also I2C HPS IP can work in multi-master mode if programmed as master ?

 

Regards

Sneha

0 Kudos
JingyangTeh
Employee
3,630 Views

Hi Snehal_p


The HPS i2c connection could be a master and also a slave.


The Agilex HPS is a Hard Processor System which contains a quad A53 MPCore Processor.

To use the HPS, you would require to create a baremetal program or a linux operating system and application to interface with the i2c and Avalon Memory.


The i2c connection created in the Quartus will show up in the Linux environment as an i2c device.


You could refer to the link below on the Golden Software Reference Design for the HPS.

https://www.rocketboards.org/foswiki/Documentation/AgilexSoCGSRD


Regards

Jingyang, Teh



0 Kudos
sneha_wagh
Beginner
3,624 Views

Thanks Jingyang.

 

Now I think, I2C related queries are resolved. I also got the document for HPS peripherals at the intel site. Able to integrate the HPS subsystem.

 

I will need some help to clear my understanding related to mailbox client. Keeping this post open till that time.

 

Regards

Sneha

0 Kudos
JingyangTeh
Employee
3,559 Views

Hi Sneha


Any update on the case?

Do you still need any more support for the SDM IP?


Regards

JIngyang, Teh


0 Kudos
sneha_wagh
Beginner
3,549 Views

Hi Jingyang,

 

I would like to understand, if we want to test the QSPI access via Mailbox client IP in simulation environment then what could be the procedure ?

 

Also want you to show you the mailbox client subsystem connectivity and the configuration pins needed for the FLASH connection.

Can we have a call on Monday at IST 10 am ?

 

Regards

 

0 Kudos
JingyangTeh
Employee
3,509 Views

Hi Sneha



Could these document be the information that you wanted on the mail box?


Here is an example program of the mailbox.

https://community.intel.com/cipcp26785/attachments/cipcp26785/fpga-wiki/930/1/Agilex%20Mailbox%20Client%20Intel%20FPGA%20IP%20Core%20Design%20Example(QSPI%20flash%20Access%20and%20Remote%20System%20Update).pdf


Related to the signal description you could find them listed here in section 1.2:

https://www.intel.com/content/dam/support/us/en/programmable/support-resources/bulk-container/pdfs/literature/ug/archives/ug-20087-21-3-20-1-0.pdf


Regarding simulation you could follow the steps here to generate the simulation for the mailbox IP.

https://www.intel.com/content/www/us/en/docs/programmable/683102/21-3/simulating-cores.html



If not could we have a call tomorrow instead at 10am IST?


Regards

Jingyang, Teh


0 Kudos
sneha_wagh
Beginner
3,493 Views

Hi Jingyang,

 

Thanks for the information.

 

After going through the documents, understood the details of design. Now as of now, I have one query:

 

1. Lets assume that we are trying to make access to QSPI Flash with the help of Mailbox Client IP. Here, how we can test the transactions sent to mailbox client are getting converted to QSPI commands ?

 

I.e. If we make some Avalon transactions to avmm port of the mailbox client related to QSPI access , they will eventually will transferred to QSPI pins. How to access the QSPI pins in simulation ? As the pins are not available inside DUT to view to user.

 

To understand this, I would recommend a call.

 

Regards

Sneha

0 Kudos
Reply