--====================================================================== use work.constants_tcds2.all; use work.board_and_fw_id_pkg.all; package constants_golden is -- Function ID: 'GOLDEN'. -- (Fall-back image with only basic diagnostics/recovery functionality.) -- NOTE: This has to span eight characters. constant C_FUNCTION_ID_GOLDEN : tcds2_id := "GOLDEN "; end constants_golden; --======================================================================