{> constant N_SLV_CLOCK_STATUS: integer := 10; < constant N_SLV_CLOCK_STAT: integer := 10; } {> sel := ipbus_sel_t(to_unsigned(N_SLV_CLOCK_STATUS, IPBUS_SEL_WIDTH)); -- Clock_Status / base 0x0000000b / mask 0x0000000f < sel := ipbus_sel_t(to_unsigned(N_SLV_CLOCK_STAT, IPBUS_SEL_WIDTH)); --manual hack }