Forum Discussion
seamusbleu
New Contributor
3 years agoHow to handle Stratix10 HPS-to-FPGA bridge ID width mismatch
The h2f_axi_master in the s10_hps has ID widths (AWID/ARID/RID/BID) of 4. I connect it to my custom IP which also has an ID width of 4 but platform designer complains that the ID width must be 5. I...
- 3 years ago
So what you're saying is that there is no solution to this problem - that is not helpful.
tehjingy_Altera
Regular Contributor
3 years agoHi seamusbleu
Sorry for suggesting that idea.
It seems like that have added the checking of mismatch slave and master ID.
There was an update to the IP to add in this checking.
We could not change the slave id width of the HPS.
The checking of the slave id width is as follow:
Slave ID width = max master ID width + log2(number of masters)
One of two option is
- To reduce the number of master connected.
- To reduce the master id width connected to the slave.
Reducing the master id width to 2 you could connect up to 4 master to the slave.
Regards
Jingyang, Teh