All notable changes to this project will be documented in this file. Only releases published to PyPI are tracked here. No release candidates!
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added an
initialize_registers
option tooutput_to_verilog
(documentation)
- Improved handling of signed integers.
- Fixed a
wire_matrix
bug involving single-element matrices ofInputs
orRegisters
.
- Named
WireVector
slices withwire_struct
andwire_matrix
. See documentation:
- Major changes to
render_trace
visualization. See examples and documentation - Many documentation and release process improvements.
- Python 3.11 compatibility.
- Python 2.7 support.