1
0
mirror of synced 2026-05-05 07:35:21 +00:00
Files
YosysHQ.yosys/backends/cxxrtl
whitequark aa0a15a42c cxxrtl: use CXXRTL_ASSERT for RTL contract violations instead of assert.
RTL contract violations and C++ contract violations are different:
the former depend on the netlist and will never violate memory safety
whereas the latter may. When loading a CXXRTL simulation into another
process, RTL contract violations should generally not crash it, while
C++ contract violations should.
2020-12-02 19:41:00 +00:00
..
2020-06-10 15:48:40 +00:00
2020-06-11 19:34:35 +00:00