3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00
yosys/backends/cxxrtl
whitequark b28ca7f5ac cxxrtl: don't expect user cell inputs to be wires.
Ports can be connected to constants, too. (Usually resets.)

Fixes #2521.
2021-07-16 09:51:52 +00:00
..
cxxrtl.h cxxrtl: do not use ->template for non-dependent names. 2021-01-26 18:09:53 +00:00
cxxrtl_backend.cc cxxrtl: don't expect user cell inputs to be wires. 2021-07-16 09:51:52 +00:00
cxxrtl_capi.cc cxxrtl: implement debug information outlining. 2020-12-14 01:27:27 +00:00
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: do not use ->template for non-dependent names. 2021-01-26 18:09:53 +00:00
cxxrtl_vcd_capi.cc cxxrtl: add missing namespace. 2020-06-09 06:26:43 +00:00
cxxrtl_vcd_capi.h Fix formatting. NFC. 2020-06-10 15:48:40 +00:00
Makefile.inc cxxrtl: rename cxxrtl.cc→cxxrtl_backend.cc. 2020-06-07 03:48:40 +00:00