3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 01:54:10 +00:00
yosys/frontends/ast
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
..
ast.cc Clear current_scope when done with RTLIL generation, fixes #1837 2020-04-22 14:51:20 +02:00
ast.h Add LookaheadRewriter for proper bitselwrite support 2020-04-16 12:11:07 +02:00
dpicall.cc Fixed trailing whitespaces 2015-07-02 11:14:30 +02:00
genrtlil.cc Add YS_FALLTHROUGH macro to mark case fall-through 2020-05-07 13:39:34 +02:00
Makefile.inc Added Verilog/AST support for DPI functions (dpi_call() still unimplemented) 2014-08-21 12:43:51 +02:00
simplify.cc Add YS_FALLTHROUGH macro to mark case fall-through 2020-05-07 13:39:34 +02:00