aboutsummaryrefslogtreecommitdiffstats
path: root/backends/spice
diff options
context:
space:
mode:
authorwhitequark <whitequark@whitequark.org>2020-12-20 14:48:16 +0000
committerwhitequark <whitequark@whitequark.org>2020-12-20 14:48:16 +0000
commit3d3ea5099d50a3de7b76ea47189b5700956b2703 (patch)
treef8bdfde2dabb6e7dad01eceffbfd5da38f731e20 /backends/spice
parentab9e2f4fda1da455643579537d0ae6ffc6d46aab (diff)
downloadyosys-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/spice')
0 files changed, 0 insertions, 0 deletions