uwcms / IPMC

University of Wisconsin ZYNQ IPMC
8 stars 5 forks source link

Convert relevant asserts to exceptions #18

Closed jtikalsky closed 5 years ago

jtikalsky commented 5 years ago

Now that #16 is complete, we are able to use exceptions in our code. Various things can now be upgraded to take advantage of this. The most obvious case is to review any configASSERTs in our code to determine if they would be better handled as catchable exceptions.

jtikalsky commented 5 years ago

I believe this is basically done.