Altera_Forum
Honored Contributor
12 years agoXAUI IP Core compilation problem
Hi,
I am designing a state machine to send a UDP packet through XAUI. The packet will be divided into 72 bits and reach a XAUI PHY IP Core produced by Megafunction. So basically it is not so complicated. In overall, all I need is a state machine that divides data into 72 bits and a XAUI PHY IP Core that receives data from the state machine. The problem that I now faced is, when I try to compile, it shows this error message Warning: RST port on the PLL is not properly connected on instance pll_156_25:my_pll_156_25|pll_156_25_0002: pll_156_25_inst|altera_pll:altera_pll_i|general[0].gpll. The reset port on the PLL should be connected. If the PLL loses lock for any reason, you might need to manually reset the PLL in order to re-establish lock to the reference clock. Info: Must be connected Error: HSSI PMA RX Buffer node 'xaui_ip_core:my_xaui_ip_core|altera_xcvr_xaui:xaui_ip_core_inst|cv_xcvr_xaui:alt_xaui_phy|av_xcvr_low_latency_phy_nr:alt_pma_0|av_xcvr_custom_native:transceiver_core|av_xcvr_native:gen.av_xcvr_native_insts[0].gen_bonded_group.av_xcvr_native_inst|av_pma:inst_av_pma|av_rx_pma:av_rx_pma|rx_pmas[3].rx_pma.rx_pma_buf' is not properly connected on the 'DATAIN' port. It must be connected to one of the valid ports listed below. Info: Can be connected to O port of arriav_io_ibuf WYSIWYG Info: Can be disconnected Warning: RST port on the PLL is not properly connected on instance pll_156_25:my_pll_156_25|pll_156_25_0002: pll_156_25_inst|altera_pll:altera_pll_i|general[1].gpll. The reset port on the PLL should be connected. If the PLL loses lock for any reason, you might need to manually reset the PLL in order to re-establish lock to the reference clock. Info: Must be connected Error: HSSI PMA TX Buffer node 'xaui_ip_core:my_xaui_ip_core|altera_xcvr_xaui:xaui_ip_core_inst|cv_xcvr_xaui:alt_xaui_phy|av_xcvr_low_latency_phy_nr:alt_pma_0|av_xcvr_custom_native:transceiver_core|av_xcvr_native:gen.av_xcvr_native_insts[0].gen_bonded_group.av_xcvr_native_inst|av_pma:inst_av_pma|av_tx_pma:av_tx_pma|av_tx_pma_ch:tx_pma_insts[2].av_tx_pma_ch_inst|tx_pma_ch.tx_pma_buf.tx_pma_buf' is not properly connected on the 'DATAOUT' port. It must be connected to one of the valid ports listed below. Info: Can be connected to I port of arriav_io_obuf WYSIWYG Since I am just using the IP Core made by Megafunction without any modification, I have no Idea where I should fix. I tried to go deep inside into the code of the IP Core, but the entire codes were way too much complicated. Is there anyone who knows something about this problem? Any help would be appreciated, please.