build.run: factor out extract method

This commit is contained in:
Jaro Habiger 2024-01-03 11:38:27 +01:00 committed by Catherine
parent cc9fe89049
commit 3200a3961d
2 changed files with 29 additions and 22 deletions

View file

@ -35,6 +35,7 @@ Platform integration changes
.. currentmodule:: amaranth.vendor
* Added: :meth:`BuildPlan.extract`.
* Added: ``build.sh`` begins with ``#!/bin/sh``.
* 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`_)