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.