Skip to content

Commit

Permalink
prep for 4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SJulianS committed Mar 8, 2023
1 parent e3c095e commit a3d645a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
All notable changes to this project will be documented in this file.

## [Unreleased]


## [4.1.0] - 2023-03-08 16:57:06+01:00 (urgency: medium)
* selection details
* module icons reflect module color
* gate icons shape according to gate type
Expand All @@ -24,7 +27,7 @@ All notable changes to this project will be documented in this file.
* remove unconnected gates/nets via `remove_unconnected_gates` and `remove_unconnected_nets`
* simplify LUT configuration strings based on constant inputs via `simplify_lut_inits`
* plugin `bitorder_propagation`
* 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.
* propagate a known order of input/output pins within module pin groups to other connected modules
* decorators
* `BooleanFunctionDecorator`
* substitute power and ground nets/pins by constant values in Boolean functions via `substitute_power_ground_nets` and `substitute_power_ground_pins`
Expand All @@ -44,6 +47,7 @@ All notable changes to this project will be documented in this file.
* added Python bindings for the HAL project manager
* added new GUI dialog for creating an empty project (without providing a netlist)
* changed all example netlists to be HAL projects
* API cleanup for plugin `solve_fsm`
* bugfixes
* fixed Verilog and VHDL parser ignoring pin order of modules
* fixed order of module pins in Verilog writer
Expand Down
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1
4.1.0

0 comments on commit a3d645a

Please sign in to comment.