VIRTUTECH CONFIDENTIAL    Previous - Up - Next

trans-splitter

Provided by
g-cache
Class Hierarchy
conf-objectlog-objecttrans-splitter
Interfaces Implemented
log_object, timing_model
Description
A trans-splitter object should be inserted between two caches if the higher-level cache has a larger cache line size than the lower-level cache, or between the processor and the id-splitter object if you have a processor that can do unaligned accesses or accesses larger than one cache line. It splits cacheable transactions that span more than one naturally aligned next-cache-line-size bytes big lines into multiple transactions that each fit within one line.

Attributes

Attributes inherited from class conf-object
attributes, classname, component, iface, name, object_id, queue
Attributes inherited from class log-object
access_count, log_buffer, log_buffer_last, log_buffer_size, log_group_mask, log_groups, log_level, log_type_mask
Attribute List
cache
Required attribute; read/write access; type: Object.

Cache to which the splitter is connected.

next_cache_line_size
Required attribute; read/write access; type: Integer.

Cache line size used for splitting transactions.

split_transactions
Optional attribute; read/write access; type: Integer.

Number of split transactions.

timing_model
Required attribute; read/write access; type: Object.

Object listening on transactions coming from the splitter.

transactions
Optional attribute; read/write access; type: Integer.

Total number of transactions processed.

Command List

Commands defined by interface log_object
log, log-group, log-level, log-size, log-type

VIRTUTECH CONFIDENTIAL    Previous - Up - Next