Skip to content

Commit

Permalink
⬆️ Bump libs/fiction from b10a2e4 to e5ddfce (#210)
Browse files Browse the repository at this point in the history
Bumps [libs/fiction](https://github.com/cda-tum/fiction) from `b10a2e4` to `e5ddfce`.
- [Release notes](https://github.com/cda-tum/fiction/releases)
- [Commits](cda-tum/fiction@b10a2e4...e5ddfce)

---
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
dependabot[bot] committed Sep 2, 2024
1 parent 56e4e5f commit dd6b530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/fiction
Submodule fiction updated 41 files
+1 −1 CMakeLists.txt
+3 −3 bindings/pyfiction/include/pyfiction/algorithms/network_transformation/technology_mapping.hpp
+4 −0 bindings/pyfiction/include/pyfiction/algorithms/path_finding/distance.hpp
+15 −0 bindings/pyfiction/include/pyfiction/algorithms/physical_design/exact.hpp
+2 −2 bindings/pyfiction/include/pyfiction/algorithms/physical_design/graph_oriented_layout_design.hpp
+14 −0 bindings/pyfiction/include/pyfiction/algorithms/physical_design/orthogonal.hpp
+10 −0 bindings/pyfiction/include/pyfiction/algorithms/physical_design/post_layout_optimization.hpp
+1 −1 bindings/pyfiction/include/pyfiction/algorithms/physical_design/wiring_reduction.hpp
+19 −10 bindings/pyfiction/include/pyfiction/algorithms/simulation/sidb/critical_temperature.hpp
+19 −10 bindings/pyfiction/include/pyfiction/algorithms/simulation/sidb/time_to_solution.hpp
+15 −2 bindings/pyfiction/include/pyfiction/algorithms/verification/equivalence_checking.hpp
+1 −1 bindings/pyfiction/include/pyfiction/inout/write_svg_layout.hpp
+123 −30 bindings/pyfiction/include/pyfiction/pybind11_mkdoc_docstrings.hpp
+29 −0 bindings/pyfiction/test/algorithms/path_finding/test_distance.py
+1 −0 cli/cmd/physical_design/exact.hpp
+1 −0 cli/cmd/physical_design/gold.hpp
+1 −0 cli/cmd/physical_design/onepass.hpp
+5 −0 cli/cmd/physical_design/ortho.hpp
+12 −11 cli/stores.hpp
+6 −0 docs/algorithms/path_finding.rst
+6 −3 docs/algorithms/sidb_simulation.rst
+22 −1 docs/changelog.rst
+2 −2 docs/conf.py
+78 −1 include/fiction/algorithms/path_finding/distance.hpp
+15 −0 include/fiction/algorithms/physical_design/apply_gate_library.hpp
+16 −13 include/fiction/algorithms/physical_design/exact.hpp
+14 −8 include/fiction/algorithms/physical_design/graph_oriented_layout_design.hpp
+11 −9 include/fiction/algorithms/physical_design/one_pass_synthesis.hpp
+11 −9 include/fiction/algorithms/physical_design/orthogonal.hpp
+32 −6 include/fiction/algorithms/physical_design/post_layout_optimization.hpp
+1 −1 include/fiction/algorithms/simulation/sidb/time_to_solution.hpp
+22 −20 include/fiction/io/write_svg_layout.hpp
+4 −4 include/fiction/layouts/clocked_layout.hpp
+1 −0 include/fiction/layouts/clocking_scheme.hpp
+23 −2 include/fiction/layouts/gate_level_layout.hpp
+1 −1 libs/parallel-hashmap
+1 −1 libs/pybind11
+1 −1 pyproject.toml
+1 −1 setup.py
+164 −1 test/algorithms/path_finding/distance.cpp
+64 −0 test/layouts/gate_level_layout.cpp

0 comments on commit dd6b530

Please sign in to comment.