--====================================================================== use work.constants_tcds2.all; use work.board_and_fw_id_pkg.all; package constants_nodeemu is -- Function ID: 'NODEEMU'. -- (Node slot test image with with only an MGT in loopback mode on the -- backplane TCDS line.) constant C_FUNCTION_ID_NODEEMU : tcds2_id := "NODEEMU "; end constants_nodeemu; --======================================================================