Hi I have noticed that in wiring BPWarm, only one port is used and it is ITraceIn.
On the other hand, the component has more than one port DYNAMIC_PORT_ARRAY( PushInput, InstructionTransport, InsnIn ) DYNAMIC_PORT_ARRAY( PushOutput, InstructionTransport, InsnOut ) DYNAMIC_PORT_ARRAY( PushInput, ulong_pair, ITraceIn ) The type of both of them are InstructionTransport. What is the reason not to use them? I saw in the simflex tutorial that the Transport idea is explained only for memory messages. So what does InstructionTransport mean exactly? Thanks for any suggestion. // Naderan *Mahmood;
