Basic SAL files and makefile modifications for adding gem5.
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1457 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -26,6 +26,17 @@ extern ConcreteSimulatorController simulator; //!< the global simulator-controll
|
||||
|
||||
}
|
||||
|
||||
#elif defined BUILD_GEM5
|
||||
|
||||
#include "gem5/Gem5Controller.hpp"
|
||||
|
||||
namespace fail {
|
||||
|
||||
typedef Gem5Controller ConcreteSimulatorController; //!< concrete simulator (type)
|
||||
extern ConcreteSimulatorController simulator; //!< the global simulator-controller instance
|
||||
|
||||
}
|
||||
|
||||
#else
|
||||
#error SAL Instance not defined
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user