Skip to content

Commit 3ed78d9

Browse files
committed
Implement RFC 18: Reorganize vendor platforms
Closes #873.
1 parent 9d4ffab commit 3ed78d9

File tree

8 files changed

+8
-112
lines changed

8 files changed

+8
-112
lines changed

amaranth/vendor/gowin.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

amaranth/vendor/intel.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

amaranth/vendor/lattice_ecp5.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

amaranth/vendor/lattice_ice40.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

amaranth/vendor/lattice_machxo_2_3l.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

amaranth/vendor/quicklogic.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

amaranth/vendor/xilinx.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

docs/changes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ Standard library changes
2727
* Removed: (deprecated in 0.4) :mod:`amaranth.lib.scheduler`. (`RFC 19`_)
2828

2929

30+
Platform integration changes
31+
----------------------------
32+
33+
.. currentmodule:: amaranth.vendor
34+
35+
* Removed: (deprecated in 0.4) :mod:`vendor.intel`, :mod:`vendor.lattice_ecp5`, :mod:`vendor.lattice_ice40`, :mod:`vendor.lattice_machxo2_3l`, :mod:`vendor.quicklogic`, :mod:`vendor.xilinx`. (`RFC 18`_)
36+
37+
3038
Version 0.4
3139
===========
3240

0 commit comments

Comments
 (0)