mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-08 00:02:12 +01:00
Added ArXiv badge and paper reference (#12)
* Update README.md * Update README.md * Update README.md * Update README.md
This commit is contained in:
parent
d445f9e3c7
commit
5475e3aa75
15
README.md
15
README.md
@ -1,6 +1,7 @@
|
||||
# ArithsGen – tool for arithmetic circuits generation
|
||||
[](https://www.python.org/)
|
||||
[](https://ehw-fit.github.io/ariths-gen)
|
||||
[](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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user