--====================================================================== use work.constants_tcds2.all; use work.board_and_fw_id_pkg.all; package constants_ibert is -- Function IDs: 'IBRT5G' and 'IBRT10G'. -- (Test image with 5/10 Gbps IBERT on all back-end TCDS lines.) constant C_FUNCTION_ID_IBRT_5G : tcds2_id := "IBRT5G "; constant C_FUNCTION_ID_IBRT_10G : tcds2_id := "IBRT10G "; end constants_ibert; --======================================================================