Skip to content

Remove names for vendor platforms that were deprecated in RFC 18 #1002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions amaranth/vendor/gowin.py

This file was deleted.

16 changes: 0 additions & 16 deletions amaranth/vendor/intel.py

This file was deleted.

16 changes: 0 additions & 16 deletions amaranth/vendor/lattice_ecp5.py

This file was deleted.

16 changes: 0 additions & 16 deletions amaranth/vendor/lattice_ice40.py

This file was deleted.

16 changes: 0 additions & 16 deletions amaranth/vendor/lattice_machxo_2_3l.py

This file was deleted.

16 changes: 0 additions & 16 deletions amaranth/vendor/quicklogic.py

This file was deleted.

16 changes: 0 additions & 16 deletions amaranth/vendor/xilinx.py

This file was deleted.

8 changes: 8 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ Standard library changes
* Removed: (deprecated in 0.4) :mod:`amaranth.lib.scheduler`. (`RFC 19`_)


Platform integration changes
----------------------------

.. currentmodule:: amaranth.vendor

* 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`_)


Version 0.4
===========

Expand Down