Typedef largest_addr_t

typedef logic [127:0] largest_addr_t;

An overly long address type. It lets us define functions that work generically for shorter addresses. We rely on the synthesizer to optimize the unused bits away.