3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2026-04-28 17:03:37 +00:00

Add aigcxemin and cexenum.py tools

This commit is contained in:
Jannis Harder 2023-11-16 13:46:25 +01:00
parent 9e35ec9948
commit 040b8deef2
11 changed files with 2223 additions and 0 deletions

View file

@ -0,0 +1,17 @@
[package]
name = "aigcexmin"
version = "0.1.0"
edition = "2021"
authors = ["Jannis Harder <jix@yosyshq.com> <me@jix.one>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
debug = true # profiling
[dependencies]
clap = { version = "4.4.8", features = ["derive", "cargo", "wrap_help"] }
color-eyre = "0.6.2"
flussab = "0.3.1"
flussab-aiger = "0.1.0"
zwohash = "0.1.2"