You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,7 +27,7 @@ All notable changes to this project will be documented in this file.
24
27
* remove unconnected gates/nets via `remove_unconnected_gates` and `remove_unconnected_nets`
25
28
* simplify LUT configuration strings based on constant inputs via `simplify_lut_inits`
26
29
* plugin `bitorder_propagation`
27
-
*initial version of the bitorder_propagation plugin that allows the user to propagate known bit orders of module pin groups to other pin groups with unknown bit order.
30
+
*propagate a known order of input/output pins within module pin groups to other connected modules
28
31
* decorators
29
32
*`BooleanFunctionDecorator`
30
33
* substitute power and ground nets/pins by constant values in Boolean functions via `substitute_power_ground_nets` and `substitute_power_ground_pins`
@@ -44,6 +47,7 @@ All notable changes to this project will be documented in this file.
44
47
* added Python bindings for the HAL project manager
45
48
* added new GUI dialog for creating an empty project (without providing a netlist)
46
49
* changed all example netlists to be HAL projects
50
+
* API cleanup for plugin `solve_fsm`
47
51
* bugfixes
48
52
* fixed Verilog and VHDL parser ignoring pin order of modules
0 commit comments