29#ifndef __MEM_DRAMSYS_H__
30#define __MEM_DRAMSYS_H__
32#include "DRAMSysConfiguration.h"
35#include "params/DRAMSys.hh"
54 config(DRAMSysConfiguration::from_path(
56 params.resource_directory)),
75 DRAMSysConfiguration::Configuration
config;
AbstractMemory declaration.
ClockedObjectParams Params
Parameters of ClockedObject.
virtual std::string name() const
Ports are used to interface objects to each other.
An abstract memory represents a contiguous block of physical memory, with an associated address range...
sc_gem5::TlmTargetWrapper< 32 > tlmWrapper
DRAMSysConfiguration::Configuration config
gem5::Port & getPort(const std::string &if_name, PortID idx) override
Get a port with a given name and index.
DRAMSys(Params const ¶ms)
DRAMSysWrapper dramSysWrapper
const Params & params() const
virtual Port & getPort(const std::string &if_name, PortID idx=InvalidPortID)
Get a port with a given name and index.
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
const PortID InvalidPortID
int16_t PortID
Port index/ID type, and a symbolic name for an invalid port id.