Update asic count

This commit is contained in:
baldurk
2022-02-14 13:38:23 +00:00
parent a2df3de613
commit 4fe19177b9
+1 -1
View File
@@ -36,7 +36,7 @@ struct asic
};
const int legacyAsicCount = 20;
const int asicCount = 29;
const int asicCount = 30;
extern const asic asicInfo[];
}; // namespace GCNISA