accellera-official / cci

SystemC Configuration, Control and Inspection (CCI)
https://systemc.org/overview/systemc-cci/
Apache License 2.0
12 stars 13 forks source link

Account for suppression of exceptions #144

Closed twieman closed 7 years ago

twieman commented 7 years ago

As discussed in our 11/28/2016 WG meeting, we will analyze all occurrences of CCI_REPORT_ERROR and CCI_REPORT_FATAL in the standard code and:

This does not gate a release for public review (it can come after).

pah commented 7 years ago

This issue is related to a similar hardening effort done in SystemC 2.3.2, see osci-wg/systemc#232.

Once merged, this will also add an extra function sc_core::sc_abort() to provide the hard, non-overridable abort for non-recoverable code paths.