Keywords: 10, Ten, Gigabit, Ethernet, MAC, known, issues, release, notes, patch, installation, instruction, v7.1, v7.0, ip2_im, IP Update 2, Virtex-5
In XAUI v7.1 (and earlier) for Virtex-4, when the core is generated with no MDIO interface in <core_inst_name>_block.vhd, the signal soft_reset is not driven and not initialized.
From <core_inst_name>_block.vhd:
signal soft_reset : std_logic;
...
mgt_reset_terms <= reset or soft_reset;
Synplify 8.6.1 infers an initial value of "1" for this signal, which causes the rx and tx init blocks to be removed from the design, and this causes the design not to work.