From e81d8bd81580f0d881b2eabbb0ccd1c3e006cdc1 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Thu, 14 Jun 2018 16:37:08 -0700 Subject: systemc: Add the nonstandard variable sc_allow_process_control_corners. This variable controls what happens in some situations which are left as undefined in the spec. It's behavior is explained in a big comment in the Accellera implementation. Since it's used in the regression tests, we need to at least have that variable so they'll compile and link properly. Change-Id: I1ac4592641be3d9dd10e7bf6144704a6fac1b2d4 Reviewed-on: https://gem5-review.googlesource.com/11186 Reviewed-by: Gabe Black Maintainer: Gabe Black --- src/systemc/core/sc_process_handle.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/systemc/core') diff --git a/src/systemc/core/sc_process_handle.cc b/src/systemc/core/sc_process_handle.cc index 07a07ad97..06fd0b30f 100644 --- a/src/systemc/core/sc_process_handle.cc +++ b/src/systemc/core/sc_process_handle.cc @@ -278,4 +278,6 @@ sc_is_unwinding() return false; } +bool sc_allow_process_control_corners; + } // namespace sc_core -- cgit v1.2.3