Added ArXiv badge and paper reference (#12)

* Update README.md

* Update README.md

* Update README.md

* Update README.md
This commit is contained in:
Jan Klhůfek 2022-03-25 07:19:38 +01:00 committed by GitHub
parent d445f9e3c7
commit 5475e3aa75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
# ArithsGen tool for arithmetic circuits generation
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![Documentation](https://img.shields.io/badge/api-reference-blue.svg)](https://ehw-fit.github.io/ariths-gen)
[![arXiv](https://img.shields.io/badge/arXiv-2203.04649-b31b1b.svg)](https://arxiv.org/abs/2203.04649)
## Description
@ -11,6 +12,20 @@ In contrast to standard HDL languages Python supports
* Advanced langugage construction (better configuration, inheritance, etc.)
* Support of various PDKs (for using library cells as half-adders and full-adders)
## Reference
When you use this tool in your work/research, please cite the following article: KLHUFEK Jan and MRAZEK Vojtech. ArithsGen: Arithmetics Circuit Generator for HW Accelerators. In: 2022 25th International Symposium on Design and Diagnostics of Electronic Circuits and Systems (DDECS '22). Prague, 2022, p. 4.
```bibtex
@INPROCEEDINGS{klhufek:DDECS22,
author = "Jan Klhufek and Vojtech Mrazek",
title = "ArithsGen: Arithmetics Circuit Generator for HW Accelerators",
pages = 4,
booktitle = "2022 25th International Symposium on Design and Diagnostics of Electronic Circuits and Systems (DDECS '22)",
year = 2022,
location = "Prague, CZ"
}
```
## Prebuild circuits
To enable the fast work with the circuits, we published pre-build arithmetic circuits in various formats in [generated_circuits](generated_circuits) folder and as a [Release](https://github.com/ehw-fit/ariths-gen/releases).