gem5 v25.0.0.1
Loading...
Searching...
No Matches
RubySlicc_Util.hh File Reference
#include <cassert>
#include <climits>
#include "debug/RubyProtocol.hh"
#include "debug/RubySlicc.hh"
#include "mem/packet.hh"
#include "mem/ruby/common/Address.hh"
#include "mem/ruby/common/BoolVec.hh"
#include "mem/ruby/common/DataBlock.hh"
#include "mem/ruby/common/TypeDefines.hh"
#include "mem/ruby/common/WriteMask.hh"
#include "mem/ruby/protocol/RubyRequestType.hh"

Go to the source code of this file.

Namespaces

namespace  gem5
 Copyright (c) 2024 Arm Limited All rights reserved.
namespace  gem5::ruby

Functions

Cycles gem5::ruby::zero_time ()
Cycles gem5::ruby::intToCycles (int c)
Tick gem5::ruby::intToTick (int c)
NodeID gem5::ruby::intToID (int nodenum)
int gem5::ruby::IDToInt (NodeID id)
int gem5::ruby::addressToInt (Addr addr)
Addr gem5::ruby::intToAddress (int addr)
int gem5::ruby::mod (int val, int mod)
int gem5::ruby::max_tokens ()
bool gem5::ruby::isWriteRequest (RubyRequestType type)
bool gem5::ruby::isDataReadRequest (RubyRequestType type)
bool gem5::ruby::isReadRequest (RubyRequestType type)
bool gem5::ruby::isHtmCmdRequest (RubyRequestType type)
bool gem5::ruby::isTlbiCmdRequest (RubyRequestType type)
RubyRequestType gem5::ruby::htmCmdToRubyRequestType (const Packet *pkt)
RubyRequestType gem5::ruby::tlbiCmdToRubyRequestType (const Packet *pkt)
int gem5::ruby::addressOffset (Addr addr, Addr base)
bool gem5::ruby::testAndRead (Addr addr, DataBlock &blk, Packet *pkt)
 This function accepts an address, a data block and a packet.
bool gem5::ruby::testAndReadMask (Addr addr, DataBlock &blk, WriteMask &mask, Packet *pkt)
 This function accepts an address, a data block, a write mask and a packet.
bool gem5::ruby::testAndWrite (Addr addr, DataBlock &blk, Packet *pkt)
 This function accepts an address, a data block and a packet.
int gem5::ruby::countBoolVec (BoolVec bVec)
RequestorID gem5::ruby::getRequestorID (RequestPtr req)

Generated on Sat Oct 18 2025 08:06:47 for gem5 by doxygen 1.14.0