sarchlab / akita

A flexible, high-performance, user-friendly computer architecture simulator engine
MIT License
44 stars 11 forks source link

Integrate Vis4Mesh #41

Open syifan opened 1 year ago

yoyo115956 commented 4 months ago

Hello, I see that the two files meshnetworkinfo.go, meshnetworktracer.go store data in json format related to the data needed by Vis4Mesh project's Visdata, but there is no code found out there that calls the methods implemented here, may I ask how this is used?

ueqri commented 3 months ago

Please refer to: (1) the comment here https://github.com/ueqri/vis4mesh/issues/8#issuecomment-2163664368 for where the NoC tracer is called/used, and (2) Akita & MGPUSim Book: Chapter 2. The Akita Simulator Framework: Hooking and Tracing for how tracing works in the Akita framework. Thanks!