mec-UMN / HISIM

MIT License
14 stars 4 forks source link

To Understand M3D Thermal Plots #6

Closed yuhaohaoyu closed 2 months ago

yuhaohaoyu commented 3 months ago

In Brief:

Specific command:

python3 analy_model.py --thermal --chip_architect M3D --N_tile 100 --ai_model densenet121
yuhaohaoyu commented 3 months ago

Digging more into the code. each tier got assigned 3 sublayers. Does it reflects: upside-surface, internal, downside-surface for each tier? From 0-11, I can see the thermal reading increasing then decreasing, where the highest reading appeared around 2nd-tier-downside, 3rd-tier-upside, 3rd-tier-inside (5, 6, 7).

Does this make sense?