-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Dear Author,
I noticed that in the dataset generation code within run.py, you used the following command:
cmd = "../hotspot -c ./hotspot.config -f Chiplet_Core.flp -p Chiplet_Core"+str(i)+"_Power"+str(j)+".ptrace -steady_file Chiplet.steady -model_type grid -detailed_3D on -grid_layer_file Chiplet.lcf -grid_steady_file Chiplet.grid.steady"
This process generates dataset files including Edge.csv, Temperature.csv, and power.csv. However, when I tried using HotSpot with my own project, these CSV files were not generated.
Could you please clarify:
Did you modify the HotSpot source code to enable CSV output?
If not modified, where exactly are these CSV files being generated in the workflow?
I would greatly appreciate your guidance on this matter. Thank you for your time and contribution to this project!
Best regards,