sim: Move cur tick to its own files
When declared within sim/core.hh, unit tests that use the current tick would have to unnecessarily include many other extra files. Change-Id: Ib4348312afb90765edb4f94c80785df1275b2004 Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/39835 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu> Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu>
This commit is contained in:
committed by
Daniel Carvalho
parent
4ff5fa567b
commit
3bb86373ee
@@ -44,6 +44,7 @@ SimObject('PowerDomain.py')
|
||||
Source('async.cc')
|
||||
Source('backtrace_%s.cc' % env['BACKTRACE_IMPL'])
|
||||
Source('core.cc')
|
||||
Source('cur_tick.cc')
|
||||
Source('tags.cc')
|
||||
Source('cxx_config.cc')
|
||||
Source('cxx_manager.cc')
|
||||
|
||||
Reference in New Issue
Block a user