mortbopet / VSRTL

Visual Simulation of Register Transfer Logic
MIT License
87 stars 17 forks source link

Convert Q_ASSERT(false) to Q_UNREACHABLE() #35

Open mortbopet opened 5 years ago

mortbopet commented 5 years ago

Many places, unimplemented or unreachable states are marked by Q_ASSERT(false). Most of these should be replaced with Q_UNREACHABLE(), which is more fitting for the task.