Gem5 is now linked against fail (not fully working)
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1466 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -6,4 +6,11 @@ if env['TARGET_ISA'] == 'no':
|
||||
env.Append(CPPPATH=Dir('../../../../../src/core/'))
|
||||
env.Append(CPPPATH=Dir('../../../../../build/src/core/'))
|
||||
|
||||
Source('faildev.cc')
|
||||
env.Append(LIBPATH=Dir('../../../../../build/lib/'))
|
||||
#env.Append(LIBS=['fail', 'sal', 'comm', 'cpn', 'efw', 'util', 'pthread'])
|
||||
env.Append(LIBS=['fail'])
|
||||
|
||||
|
||||
SimObject('FailGem5Device.py')
|
||||
Source('FailGem5Device.cc')
|
||||
DebugFlag('Fail')
|
||||
|
||||
Reference in New Issue
Block a user