From: Gabe Black Date: Tue, 16 Oct 2018 01:46:51 +0000 (-0700) Subject: systemc: Enable systemc support by default. X-Git-Tag: v19.0.0.0~1435 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=543b7865337a982dc1f49cc5dfeee960da20b329;p=gem5.git systemc: Enable systemc support by default. Change-Id: I9375518a54e14413a499d065f5bc5e1031834c81 Reviewed-on: https://gem5-review.googlesource.com/c/13535 Maintainer: Gabe Black Reviewed-by: Jason Lowe-Power --- diff --git a/src/systemc/SConsopts b/src/systemc/SConsopts index f3da63dc8..fc0abb2ad 100644 --- a/src/systemc/SConsopts +++ b/src/systemc/SConsopts @@ -28,7 +28,7 @@ Import('*') sticky_vars.AddVariables( - BoolVariable('USE_SYSTEMC', 'Enable SystemC API support', False) + BoolVariable('USE_SYSTEMC', 'Enable SystemC API support', True) ) export_vars.append('USE_SYSTEMC')