diff options
author | whitequark <whitequark@whitequark.org> | 2020-12-20 14:48:16 +0000 |
---|---|---|
committer | whitequark <whitequark@whitequark.org> | 2020-12-20 14:48:16 +0000 |
commit | 3d3ea5099d50a3de7b76ea47189b5700956b2703 (patch) | |
tree | f8bdfde2dabb6e7dad01eceffbfd5da38f731e20 /backends/cxxrtl/cxxrtl_vcd_capi.h | |
parent | ab9e2f4fda1da455643579537d0ae6ffc6d46aab (diff) | |
download | yosys-3d3ea5099d50a3de7b76ea47189b5700956b2703.tar.gz yosys-3d3ea5099d50a3de7b76ea47189b5700956b2703.tar.bz2 yosys-3d3ea5099d50a3de7b76ea47189b5700956b2703.zip |
cxxrtl: use `static inline` instead of `inline` in the C API.
In C, non-static inline functions require an implementation elsewhere
(even though the body is right there in the header). It is basically
never desirable to use those as opposed to static inline ones.
Diffstat (limited to 'backends/cxxrtl/cxxrtl_vcd_capi.h')
0 files changed, 0 insertions, 0 deletions