1
0
mirror of synced 2026-04-24 19:40:49 +00:00
Files
YosysHQ.yosys/backends/cxxrtl
Xiretza d86fc791f9 Reorder cases to avoid fall-through warning
log_assert(false) never returns and thus can't fall through, but gcc
doesn't seem to think that far. Making it the last case avoids the
problem entirely.
2020-05-07 13:39:34 +02:00
..
2020-04-09 04:08:36 +00:00