Skip to content

Commit a3d645a

Browse files
committed
prep for 4.1.0 release
1 parent e3c095e commit a3d645a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
5+
6+
7+
## [4.1.0] - 2023-03-08 16:57:06+01:00 (urgency: medium)
58
* selection details
69
* module icons reflect module color
710
* gate icons shape according to gate type
@@ -24,7 +27,7 @@ All notable changes to this project will be documented in this file.
2427
* remove unconnected gates/nets via `remove_unconnected_gates` and `remove_unconnected_nets`
2528
* simplify LUT configuration strings based on constant inputs via `simplify_lut_inits`
2629
* 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
2831
* decorators
2932
* `BooleanFunctionDecorator`
3033
* 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.
4447
* added Python bindings for the HAL project manager
4548
* added new GUI dialog for creating an empty project (without providing a netlist)
4649
* changed all example netlists to be HAL projects
50+
* API cleanup for plugin `solve_fsm`
4751
* bugfixes
4852
* fixed Verilog and VHDL parser ignoring pin order of modules
4953
* fixed order of module pins in Verilog writer

CURRENT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.1
1+
4.1.0

0 commit comments

Comments
 (0)