Altera_Forum
Honored Contributor
17 years agoALT2GXB self test ... Why ?
Hi all,
I'm trying to create a custom high-speed interface based on the ALT2GXB of the Stratix II. I'm using the MegaWizard Plug-in Manager (Basic protocol). However, when I try to compile my design in QII, I get the following error message during Synthesis: Error: ATOM "ddl_phy_top:i_ddl_0|ddl_2125_phy:i_ddl_pcs|alt2gxb:alt2gxb_component|channel_tx[0].transmit" has port DATAIN that cannot be connected because parameter enable_self_test_mode is true or channel-interface reconfiguration is enabled Indeed, in the wizard-generated wrapper file contains the following line: rx_enable_self_test_mode => "true" (and a similar one for the transmitter path) I could not find any settings on the wizard pages that would influence these parameters ? So, eventually, I modified the wrapper file, which seem to solve the issue. But, I'd really like to understand, if I'm doing something wrong during the customization... Thanks for any hints.