jeanthom / gram

DDR3 controller for nMigen (WIP)
Other
14 stars 1 forks source link

Replace asserts with proper exceptions #48

Closed jeanthom closed 4 years ago

jeanthom commented 4 years ago

In lots of place we use asserts when we check user parameters. While this is functional, we should use exceptions instead, with a proper exception message.