VIRTUTECH CONFIDENTIAL Previous - Up - Next
ooo_micro_arch
- Provided by
-
ooo-micro-arch
- Class Hierarchy
-
conf-object → log-object → ooo_micro_arch
- Interfaces Implemented
-
log_object
- Description
-
This class models a simple out of order processor which can fetch, execute, and commit a configurable number of instructions per cycle (by setting some attributes).
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
-
- commits_per_cycle
- Optional attribute; read/write access; type: unknown type.
Number of instructions to commit each cycle.
- cpu
- Optional attribute; read/write access; type: unknown type.
The CPU of the micro architecture model
- execute_per_cycle
- Optional attribute; read/write access; type: unknown type.
Number of instructions to execute each cycle per instruction tree branch.
- fetches_per_cycle
- Optional attribute; read/write access; type: unknown type.
Number of instructions to fetch each cycle.
Command List
- Commands defined by interface log_object
-
log, log-group, log-level, log-size, log-type
VIRTUTECH CONFIDENTIAL Previous - Up - Next