#include <string>
#include <vector>
#include "base/named.hh"
#include "base/stats/group.hh"
#include "params/SimObject.hh"
#include "sim/drain.hh"
#include "sim/eventq.hh"
#include "sim/port.hh"
#include "sim/serialize.hh"
Go to the source code of this file.
|
namespace | gem5 |
| Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
|
|
◆ PARAMS
Value: using Params = type ## Params; \
const Params & \
params() const \
{ \
return reinterpret_cast<const Params&>(_params); \
}
Definition at line 365 of file sim_object.hh.