Skip to content

Releases: shrine-maiden-heavy-industries/torii-boards

v0.6.0

07 May 06:24
v0.6.0
bf982d0
Compare
Choose a tag to compare

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 of torii_boards.altera, following the IntelPlatform deprecation in Torii 0.6.0

Fixed

  • Fixed the Gowin boards title in the docs

v0.5.0

23 Oct 21:53
v0.5.0
55f492c
Compare
Choose a tag to compare

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 and cmod_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

27 Feb 09:27
v0.4.1
eedb732
Compare
Choose a tag to compare

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 for required_tool.

0.4.0

02 Dec 20:18
v0.4.0
120bb2a
Compare
Choose a tag to compare

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 to torii_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 into torii_boards.resources.extensions.

Removed

  • Removed the nMigen compatibility layer.
  • Removed the torii_boards.resources and migrated that to torii.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.