Metadata-Version: 2.4
Name: hwcomponents
Version: 1.0.90
Summary: Hardware Component Area, Energy, Latency, and Leak Power Models
Author-email: Tanner Andrulis <andrulis@mit.edu>
License-Expression: MIT
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# HWComponents
The HWComponents (Hardware Components) package, part of the
[CiMLoop](https://github.com/mit-emze/cimloop) project, provides an interface for the
estimation of area, energy, latency, and leak power of hardware components in hardware
architectures. Key features in HWComponents include:

[Information about the package is available on the hwcomponents website](https://accelergy-project.github.io/hwcomponents/).

## Citing HWComponents

If you use this package in your work, please cite the CiMLoop project:

```bibtex
@INPROCEEDINGS{cimloop,
  author={Andrulis, Tanner and Emer, Joel S. and Sze, Vivienne},
  booktitle={2024 IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS)},
  title={CiMLoop: A Flexible, Accurate, and Fast Compute-In-Memory Modeling Tool},
  year={2024},
  volume={},
  number={},
  pages={10-23},
  keywords={Performance evaluation;Accuracy;Computational modeling;Computer architecture;Artificial neural networks;In-memory computing;Data models;Compute-In-Memory;Processing-In-Memory;Analog;Deep Neural Networks;Systems;Hardware;Modeling;Open-Source},
  doi={10.1109/ISPASS61541.2024.00012}
}
```
