FP /
Wouter
Power consumption reading list
- David Brooks, Vivek Tiwari and Margaret Martonosi; Wattch: A Framework for Architectural-Level Power Analysis and Optimizations
- D. Brooks, P. Bose ,V. Srinivasan, M. K. Gschwind, P. G. Emma and M. G. Rosenfield; New methodology for early-stage, microarchitecture-level power–performance analysis of microprocessors.
- Sari L. Coumeri and Donald E. Thomas, Jr; Memory Modeling for System Synthesis
- Diana Marculescu, Radu Marculescu, and Massoud Pedram; Information Theoretic Measures for Power Analysis
- Dam Sunwoo, Hassan Al-Sukhni, Jim Holt and Derek Chiou; FPGA-Based Power Models for Early System-Level Power Estimation.
- Manish Vachharajani Neil Vachharajani David A. Penry Jason A. Blome David I. August; Microarchitectural Exploration with Liberty
- Hang-Sheng Wang, Xinping Zhu, Li-Shiuan Peh, and Sharad Malik; Orion: A Power-Performance Simulator for Interconnection Networks
Potential conference target
- Euromicro Conference on Digital System Design. Deadline: March 16.
Hawk examples to keep in mind:
- Hawk reimplementation: [Attach:Hawk.txt]
- A resettable counter that keeps track of the number of clock cycles since last being reset;[Attach:Counter.txt]
- A simple microprocessor with three registers and an ALU with/without pipelining;[Attach:Sham.txt]
- A microprocessor with an instruction fetch unit, reorder buffer, and ALU.