mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-04 06:11:41 +01:00
pypi version
This commit is contained in:
parent
741a5ceab1
commit
240320200b
11
README.md
11
README.md
@ -1,5 +1,6 @@
|
||||
# ArithsGen – tool for arithmetic circuits generation
|
||||
[](https://www.python.org/)
|
||||
[](https://pypi.python.org/pypi/ariths-gen/)
|
||||
[](https://ehw-fit.github.io/ariths-gen)
|
||||
[](https://arxiv.org/abs/2203.04649)
|
||||
|
||||
@ -26,6 +27,16 @@ 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).
|
||||
|
||||
|
@ -16,3 +16,4 @@ from .multi_bit_circuits import (
|
||||
)
|
||||
|
||||
from .pdk import *
|
||||
from . __version__ import __version__
|
1
ariths_gen/__version__.py
Normal file
1
ariths_gen/__version__.py
Normal file
@ -0,0 +1 @@
|
||||
__version__ = "1.1.2"
|
Loading…
x
Reference in New Issue
Block a user