Processor star in DE domain

Models the a processor by coordinating resources (CPU and memory).

Derived from: DEStar
Location: ~ptolemy/src/domains/de/stars
Author: E. K. Pauer

Inputs

externalInputmessage
internalInput (multiple)message
request (multiple)message

Outputs

externalOutputmessage
internalOutput (multiple)message
acknowledge (multiple)message

States

partNumberStringState Type of processor by part number ""
processorNumberIntState Unique id of the processor "0"
clockRateIntState Clock rate of the processor "1000000"
inputSampleTransferRateIntState Transfer rate of data at input "10000000"
outputSampleTransferRateIntState Transfer rate of data at output "10000000"
functionBlockMappingIntArrayState List of function blocks (by number) mapped to internalOutput "0"
inputPortMappingIntArrayState List of input ports (by number) of the functional blocks mapped to internalOutput "0"

See: source code, Processor users


Copyright (c) 1995 Sanders, a Lockheed Martin Company All rights reserved.