Overview

Namespaces

  • Csim
    • Controller
    • Model
    • Util
  • PHP

Classes

  • Cache
  • CacheCell
  • CacheLayout
  • Execution
  • Instruction
  • InstructionType
  • Set
  • SimulationState

Exceptions

  • InvalidInstructionException
  • Overview
  • Namespace
  • Class
  • Tree

Class CacheCell

Identifies an individual cell in the cache.

Namespace: Csim\Model
Located at classes/Csim/Model/CacheCell.php
Methods summary
public
# __construct( type $setNo, type $index, type $offset )

Constructs a new instance representing the specified location.

Constructs a new instance representing the specified location.

Parameters

$setNo
type
$setNo The set number (starting from zero) of the newly created location.
$index
type
$index The index in the set (starting from zero) of the newly created location.
$offset
type
$offset The offset of the block (starting from zero) of the newly created location.
public integer
# getSetNo( )

Returns

integer
The set number (starting from zero) of this location.
public integer
# getIndex( )

Returns

integer
The index (starting from zero) of this location.
public integer
# getOffset( )

Returns

integer
The offset (starting from zero) of this location.
csim-jquery-nophpfw API documentation generated by ApiGen 2.8.0