Compare commits

..

No commits in common. "v1.3" and "main" have entirely different histories.
v1.3 ... main

4 changed files with 1 additions and 14 deletions

View File

@ -1,6 +1,5 @@
# ArithsGen tool for arithmetic circuits generation
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![PyPI version fury.io](https://badge.fury.io/py/ariths-gen.svg)](https://pypi.python.org/pypi/ariths-gen/)
[![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)
@ -27,16 +26,6 @@ When you use this tool in your work/research, please cite the following article:
}
```
## Instalation
```bash
pip install ariths-gen
python << EOF
import ariths_gen
print(ariths_gen.__version__)
EOF
```
## Prebuild circuits
To enable 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).

View File

@ -16,4 +16,3 @@ from .multi_bit_circuits import (
)
from .pdk import *
from . __version__ import __version__

View File

@ -1 +0,0 @@
__version__ = "1.1.2"

View File

@ -1,7 +1,7 @@
[metadata]
name = ariths_gen
description = Arithmetic circuits generator to Verilog, BLIF, C etc.
version = attr: ariths_gen.__version__
version = attr: ariths_gen.VERSION
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT