yosys/backends/cxxrtl
Catherine bf1a99da09 cxxrtl: make observer methods non-virtual. (breaking change)
This avoids having to devirtualize them later to get performance back,
and simplifies the code a bit.

The change is prompted by the desire to add a similar observer object
to `eval()`, and a repeated consideration of whether the dispatch on
these should be virtual in first place.
2024-01-16 09:58:21 +00:00
..
runtime cxxrtl: make observer methods non-virtual. (breaking change) 2024-01-16 09:58:21 +00:00
Makefile.inc cxxrtl: rename cxxrtl.cc→cxxrtl_backend.cc. 2020-06-07 03:48:40 +00:00
cxxrtl_backend.cc cxxrtl: make observer methods non-virtual. (breaking change) 2024-01-16 09:58:21 +00:00