Forum Discussion
Hello Evan,
From your statement, "In order to accommodate for this error I attempted these assignments and received these errors", how did you get to known to use those assignment?
Regards,
Aqid
Hello Aqid,
These assignments are meant to assign the SDI_outputs to the SDI_inputs:
assign HSMC_GXB_TX_p[0] = HSMC_GXB_RX_p[0];
assign HSMC_GXB_TX_p[1] = HSMC_GXB_RX_p[1];
assign HSMC_GXB_TX_p[2] = HSMC_GXB_RX_p[2];
assign HSMC_GXB_TX_p[3] = HSMC_GXB_RX_p[3];
These pins are the connector pins associated with the SDI Inputs/Outputs on the SDI Daughter card.
I was just attempting to make a simple SDI to SDI pass through, but I believe I need to add a transceiver component and possibly other components. I tried adding and implementing the "Transceiver Native PHY Intel Cyclone V FPGA IP", but I am not sure what my parameters should be and how to correctly install it.
This is my first time pin planning an FPGA project and I really just need some help getting this project started from scratch in order for me to gain the knowledge and experience.
Thanks,
Evan
evanh@javs.com