Forum Discussion
Hi ZhiqiangLiang,
I have never used this IP but it looks familiar. You can find more details on Cyclone 10 IP document.
1) As far as I know, those parameters are Avalon MM Transfer parameters. They depend on your design. Data/Address/Symbol widths are your Avalon MM Transfer widths. You should choose those parameters according to your slave structure. FIFOs are for CDC purposes, so you should fill those according to your Avalon Traffic frequency. You should choose the clock domain synchronizer depth as you want (3 and above is extremely robust)
2) You will not set the parameters, but you will connect them. m0 stands for master and s0 stands for slave. Your master is NIOS and your slave is your own IP. Thus, you should connect m0 ports to related NIOS ports and s0 ports to related IP ports. (Clock, reset and Avalon MM) I think IP will do the rest, clock frequencies are not needed.
3) This IP should do the trick but you can find the min/max frequency specs of NIOS or CDC IP on Cyclone 10 IP document too.
Best regards,
FOZDEMIR