Skip to content

v1.3.0

Choose a tag to compare

@muditbhargava66 muditbhargava66 released this 06 Jan 18:52
· 7 commits to main since this release
2ef5cbb

What's New

Power and Area Modeling

  • CACTI-inspired PowerModel and AreaModel classes
  • Dynamic energy calculation (read/write per access)
  • Static leakage power with temperature scaling
  • Technology node support: 7nm, 14nm, 22nm, 32nm, 45nm
  • Energy-Delay Product (EDP) metric

CLI Integration

  • --power flag to enable power and energy analysis
  • --tech-node <nm> flag to specify technology node

Documentation Restructure

  • Redesigned docs folder with 16 organized files
  • New: analysis.md, building.md, api-reference.md, prefetching.md, power-modeling.md
  • Removed version-specific feature files
  • Updated architecture.md for C++20

Bug Fixes

  • ASCII visualization for Windows console compatibility
  • Consistent table alignment

Testing

  • 14/14 tests passing
  • New unit tests for PowerModel and AreaModel

See CHANGELOG.md for complete details.