Gabe Black has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/13535

Change subject: systemc: Enable systemc support by default.
......................................................................

systemc: Enable systemc support by default.

Change-Id: I9375518a54e14413a499d065f5bc5e1031834c81
---
M src/systemc/SConsopts
1 file changed, 1 insertion(+), 1 deletion(-)



diff --git a/src/systemc/SConsopts b/src/systemc/SConsopts
index f3da63d..fc0abb2 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')

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/13535
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I9375518a54e14413a499d065f5bc5e1031834c81
Gerrit-Change-Number: 13535
Gerrit-PatchSet: 1
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to