Project

General

Profile

High-level power estimation » History » Version 1

jun chen, 03/27/2025 12:33 AM

1 1 jun chen
# High-level power estimation
2
3
Main design is RISC-V or ARM
4
Target: to estimate CPU processor's power, thermal at early design stage. 
5
The input: architecture, benchmarks, and constraints.
6
The output: vectors, events, estimated power, thermal result, etc.
7
8
## mcpat: for CPU timing, power estimation, based on feature scaling………
9
10
Souce code: https://github.com/uwsampa/mcpat
11
12
* Intro slides attachment:"ICCAD2021_McPAT_slides.pdf"
13
* paper attachment:"ICCAD2021_McPAT_paper.pdf"
14
15
## hotspot: to estimate thermal
16
17
http://lava.cs.virginia.edu/HotSpot/index.htm
18
19
## gems: an emulator for processor 
20
21
## integrate flow
22
From gem5 to mcpat: https://bitbucket.org/dskhudia/gem5tomcpat/src/master/