All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2025-02-25
- Support for Amaranth 0.5.x
- Use
amaranth.lib.memory.Memory
instead ofamaranth.hdl.Memory
.
- The
synchronize
helper function. Useamaranth.lib.cdc.FFSynchronizer
instead. - Old examples and components that used the
debug_spi
interface.
- Bump jinja2 from 3.1.4 to 3.1.5
0.1.3 - 2024-12-18
- Support for yowasp when yosys is unavailable.
- Dropped support for Python 3.8
0.1.2 - 2024-09-19
- Use
debugger.force_fpga_online()
instead ofprogrammer.unconfigure()
to take FPGA offline. - Remove unused/out-of-date imports from PIPE PHY example.
0.1.1 - 2024-07-05
- New
LUNAApolloPlatform
property:apollo_gateware_phy
- Support for
ClearFeature(ENDPOINT_HALT)
- Remove Cynthion VID/PIDs from udev rules
0.1.0 - 2024-06-12
- Initial release