We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sub issue of master issue #517
Each exception will have the proposal for additional fields apart from standard exception message
Proposing few exceptions that can be implemented
class IncorrectDramHarvestingMask : public std::exception { // fields uint32_t incorrect_dram_harvesting_mask; }
class IncorrectEthHarvestingMask : public std::exception { // fields uint32_t incorrect_eth_harvesting_mask; }
class AmbigiousLogicalCoordinates : public std::exception { // fields tt_xy_pair logical_coords; }
class InvalidCoordinate : public std::exception { // fields CoreCoord logical_coords; }
I will add more when I have ideas. Feel free to rename the exceptions to something more meaningful if you want
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sub issue of master issue #517
Each exception will have the proposal for additional fields apart from standard exception message
Proposing few exceptions that can be implemented
I will add more when I have ideas. Feel free to rename the exceptions to something more meaningful if you want
The text was updated successfully, but these errors were encountered: