Releases: shrine-maiden-heavy-industries/torii-boards
v0.6.1
This release is a hotfix for the TinyFPGA AX1 and AX2 board definitions
torii-boards can be installed from the wheel attached or from PyPi
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
v0.6.0
This release coincides with the v0.6.0 release of Torii
torii-boards can be installed from the wheel attached or from PyPi
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
v0.5.0
This release coincides with the v0.5.0 release of Torii
torii-boards can be installed from the wheel attached or from PyPi
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
v0.4.1
This is a minor bugfix release to match up with torii-hdl v0.4.4
torii-boards can be installed from the wheel attached or from PyPi
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
We are very happy to release the very first version of Torii, even though it's called 0.4.0.
A large amount of work has gone into this, and we hope you all enjoy it and help us to continue to improve it!.
torii-boards can be installed from the wheel attached or from PyPi
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.