Good evening, Now I am doing the research about NoC.I use gem5 to simulate. The core will produce a packet and the packet will move from the source node to the destination node.But I'm not sure how the packet gets its destination node in the source code?
And after I ran the experiment,i got [RequestMsg: Addr = [0x98ad80, line 0x98ad80] Type = PUTX Requestor = L1Cache-0 Destination = [NetDest (3) 0 1 0 0 - 1 1 0 0 - 0 0 - ] MessageSize = Request_Control DataBlk = [ 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 0x0 ]MessageSize=Data Time = 3166840465750000 ] The parameters i used is: build/ALPHA/gem5.opt configure/example/ruby_fs.py --num-cpus=4 --num- dirs=4 --l2caches=4 --topology=Mesh --mesh-rows=2 --garnet-network=fixed -- script=configs/boot/fft.rcS what's the meaning of [NetDest (3) 0 1 0 0 - 1 1 0 0 - 0 0 - ]? Whether it is the destination which the packet should go to? I am trying to get the destination of the packet?Does anyone know how the packet transport? Thanks a lot! Lang Zhang _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
