IS_V6
#define IS_V6(core) ((core)->res->hfi_version == HFI_VERSION_6XX)
#define IS_V6(core) (((void)(core), 0))