Skip to content

Commit f8df662

Browse files
committed
updated change log
1 parent d3ce109 commit f8df662

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ All notable changes to this project will be documented in this file.
1818
* extended the `resynthesis` plugin
1919
* added an additional search step for a required `yosys` binary, that also searches locations in the `PATH` environment variable of the user
2020

21+
* updated `gate_libraries` plugin
22+
* updated the hgl format version for the provided `.hgl` libraries and added the `ordered` attribute to all pin groups, which defaults to false
23+
2124
* build process
2225
* fixed `make install` by updating RPATH on installation
2326
* fixed required minimum cmake version, demanding at least version 3.5
@@ -45,11 +48,11 @@ All notable changes to this project will be documented in this file.
4548
* added a python binding that allows to create a `BooleanFunction` from a list of `Nodes`
4649
* added a python binding that allows simplifying a `hal.BooleanFunction` with simplifiaction rules for `z3` expressions
4750
* added shift and rotate operations to the constant propagation for simplification
51+
* added `get_shortest_path` and `get_shortest_path_distance` to the NetlistTraversalDecorator
4852

4953
## [4.4.1](v4.4.1) - 2024-07-29 14:21:42+02:00 (urgency: medium)
5054
* fixed `hal_py.GateLibrary.gate_types` pybind
5155
* fixed `hal_py.NetlistFactory.load_netlist` pybind
52-
* added `get_shortest_path` and `get_shortest_path_distance` to the NetlistTraversalDecorator
5356
* plugins
5457
* updated `bitorder_propagation_plugin`
5558
* added functionality to export collected bitorder information as a `.json` file to use external tools for propgating and solving conflicts, like SMT solvers

0 commit comments

Comments
 (0)