gem5  v22.1.0.0
Namespaces | Functions
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

 gem5
 Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223.
 
 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. More...
 
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. More...
 
bool gem5::ruby::testAndWrite (Addr addr, DataBlock &blk, Packet *pkt)
 This function accepts an address, a data block and a packet. More...
 
int gem5::ruby::countBoolVec (BoolVec bVec)
 

Generated on Wed Dec 21 2022 10:22:58 for gem5 by doxygen 1.9.1