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