3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-27 02:45:52 +00:00
yosys/backends/cxxrtl
Xiretza 695150b037
Add YS_FALLTHROUGH macro to mark case fall-through
C++17 introduced [[fallthrough]], GCC and clang had their own vendored
attributes before that. MSVC doesn't seem to have such a warning at all.
2020-05-07 13:39:34 +02:00
..
cxxrtl.cc Add YS_FALLTHROUGH macro to mark case fall-through 2020-05-07 13:39:34 +02:00
cxxrtl.h cxxrtl: keep the memory write queue sorted on insertion. 2020-04-22 20:53:12 +02:00
Makefile.inc write_cxxrtl: new backend. 2020-04-09 04:08:36 +00:00