systemc: Switch to using predefined messages for utils.

Create and use predefined messages for utils which match the ones
Accellera uses.

Change-Id: I932b7206fc16181d01a0d5b7441ce617b30e5365
Reviewed-on: https://gem5-review.googlesource.com/c/13328
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
This commit is contained in:
Gabe Black
2018-10-07 03:02:56 -07:00
parent 98f40c54a3
commit b366cbcde9
20 changed files with 213 additions and 45 deletions

View File

@@ -29,6 +29,7 @@ Import('*')
if env['USE_SYSTEMC']:
Source('functions.cc')
Source('messages.cc')
Source('report.cc')
Source('sc_report.cc')
Source('sc_report_handler.cc')