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:
parent
9e35ec9948
commit
040b8deef2
11 changed files with 2223 additions and 0 deletions
17
tools/aigcexmin/Cargo.toml
Normal file
17
tools/aigcexmin/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue