3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-10 21:20:53 +00:00
yosys/backends/cxxrtl
whitequark a04844bdf8
Merge pull request #2885 from whitequark/cxxrtl-fix-2883
cxxrtl: treat wires with multiple defs as not inlinable
2021-07-20 13:12:11 +00:00
..
cxxrtl.h cxxrtl: add debug_item::{get,set}. 2021-07-18 06:20:45 +00:00
cxxrtl_backend.cc Merge pull request #2885 from whitequark/cxxrtl-fix-2883 2021-07-20 13:12:11 +00:00
cxxrtl_capi.cc
cxxrtl_capi.h cxxrtl: use static inline instead of inline in the C API. 2020-12-20 14:48:16 +00:00
cxxrtl_vcd.h cxxrtl: escape colon in variable names in VCD writer. 2021-07-19 16:22:55 +00:00
cxxrtl_vcd_capi.cc
cxxrtl_vcd_capi.h
Makefile.inc