Changelog¶
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.
Unreleased¶
Added¶
Changed¶
Deprecated¶
Removed¶
Fixed¶
0.8.0 - 2025-06-26¶
This is a maintenance release, syncs the minimum Torii version to 0.8.0
in preparation for
the Torii v1.0.0
release in the future.
0.7.5 - 2025-03-07¶
Changed¶
Bumped the minimum version of Torii to be 0.7.5
Removed¶
Removed the deprecated
torii_boards.intel
module.
0.6.1 - 2024-09-10¶
Fixed¶
Fixed the platform import in
torii_boards.lattice.tinyfpga_ax1
andtorii_boards.lattice.tinyfpga_ax2
, as they still used the old Lattice MachXO2 platform name
0.6.0 - 2024-05-06¶
Changed¶
Bumped the minium version of Python to match with Torii 0.6.0
Bumped the minimum version of Torii to be 0.6.0
Deprecated¶
Deprecated the
torii_boards.intel
boards in favor oftorii_boards.altera
, following theIntelPlatform
deprecation in Torii 0.6.0
Fixed¶
Fixed the Gowin boards title in the docs
0.5.0 - 2023-10-23¶
Added¶
Added the
cmod_a7
andcmod_s7
Xilinx FPGA boards from digilent.Added the
Upduino v3
Lattice FPGA board from TinyVision.Added the
Tang Nano
Gowin FPGA board from sipeed.Added the LEFUM5-85F variant of the orangecrab FPGA board.
Fixed¶
Fixed SRAM ~CE pin assignment in the blackice_ii board.
Fixed IO direction for the i2c clock lines on the mister and de10-nano
0.4.1 - 2023-02-27¶
Fixed¶
Fixed the import in the Xilinx ArtyS7 and Atlys board files where they were using the improper import in
toolchain_program
forrequired_tool
.
0.4.0 - 2022-12-02¶
Added¶
Added Code of Conduct
Added flake8 configuration file.
Added mypy configuration file.
Added a
noxfile.py
for use with nox.Added
MEGA65
board definitions file #1
Changed¶
Renamed from
amaranth_boards
totorii_boards
Updated the CI scripts.
Moved Intel based platforms into
torii_boards.intel
.Moved Xilinx based platforms into
torii_boards.xilinx
.Moved Lattice based platforms into
torii_boards.lattice
.Moved Quicklogic based platforms into
torii_boards.quicklogic
.Moved the
torii_boards.extensions
intotorii_boards.resources.extensions
.
Removed¶
Removed the
nMigen
compatibility layer.Removed the
torii_boards.resources
and migrated that totorii.platform.resources
Fixed¶
Fixed the package name.
Fixed the package authors.
Fixed the package trove classifiers.
Fixed all flake8 warnings on the entire codebase.
Fixed indentation.
0.1.0 - 0.3.0¶
No changelog is provided for these versions as they are all older untagged releases of Amaranth Boards from before the fork.