-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [libs/fiction](https://github.com/cda-tum/fiction) from `717ff0d` to `96ab05d`. - [Release notes](https://github.com/cda-tum/fiction/releases) - [Commits](cda-tum/fiction@717ff0d...96ab05d) --- updated-dependencies: - dependency-name: libs/fiction dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
05139ad
commit bf53a98
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule fiction
updated
25 files
+3 −0 | .github/renovate.json5 | |
+11 −10 | .github/workflows/macos.yml | |
+1 −1 | .github/workflows/python-bindings.yml | |
+5 −1 | .github/workflows/windows.yml | |
+3 −3 | .pre-commit-config.yaml | |
+2 −2 | .readthedocs.yml | |
+3 −3 | README.md | |
+52 −22 | cli/CMakeLists.txt | |
+1 −0 | cli/cmd/io/read.hpp | |
+225 −0 | cli/cmd/logic/abc.hpp | |
+4 −4 | cli/cmd/physical_design/exact.hpp | |
+2 −1 | cli/commands.hpp | |
+26 −0 | docs/cli.rst | |
+20 −2 | docs/getting_started.rst | |
+1 −1 | libs/CMakeLists.txt | |
+1 −1 | libs/Catch2 | |
+1 −1 | libs/alice | |
+1 −1 | libs/json | |
+1 −1 | libs/mockturtle | |
+1 −1 | libs/parallel-hashmap | |
+1 −1 | libs/pybind11 | |
+1 −1 | libs/tinyxml2 | |
+1 −1 | noxfile.py | |
+1 −3 | pyproject.toml | |
+90 −103 | uv.lock |