[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: increasing the max. number of agents..



Additionally for unicast addressing, you could set the 3 simulator vars 
(NodeMask_,NodeShift_, PortMask_) to configure how many bits you want to use 
for port addresses and how many for node addresses.

for e.g :
Simulator set NodeMask_ 0xff
Simulator set NodeShift_ 24
Simulator set PortMask_ 0xffffff


would allow you to use 24 bits for port addresses and 8 bits for node 
addresses.

Sandeep.