VIRTUTECH CONFIDENTIAL Previous - Up - Next
pyxis
- Provided by
-
pyxis
- Class Hierarchy
-
conf-object → log-object → pyxis
- Interfaces Implemented
-
log_object, pci_bridge, translate, io_memory
- Description
-
The Pyxis device module simulates the DECchip 2117x PCI Core Logic Chipset found in many Alpha 21164 based system. This device should be identified as the 21174 (aka Pyxis) chipset, but is in many aspects based on the 21172 chipset.
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
-
- csrs
- Optional attribute; read/write access; type: unknown type.
List of all registers in the Pyxis device
- memory
- Required attribute; read/write access; type: unknown type.
Name of a physical memory space used for dma transfers. The space must implement the 'lookup' interface.
- pci_bus
- Required attribute; read/write access; type: unknown type.
Name of a PCI bus object. The object must implement the 'pci-bus' interface
- pci_configuration_space
- Required attribute; read/write access; type: unknown type.
Name of a memory space used as PCI configuration space. The space must implement the 'lookup' interface.
- pci_io_space
- Required attribute; read/write access; type: unknown type.
Name of a memory space used for io mapped PCI devices. The space must implement the 'lookup' interface.
- pci_memory_space
- Required attribute; read/write access; type: unknown type.
Name of a memory space used for memory mapped PCI devices. The space must implement the 'lookup' interface.
Command List
- Commands defined by interface log_object
-
log, log-group, log-level, log-size, log-type
- Commands
-
info | print information about device |
Command Descriptions
-
<pyxis>.info
- Synopsis
-
<pyxis>.info
- Description
-
Print detailed information about the simulated device.
VIRTUTECH CONFIDENTIAL Previous - Up - Next