Skip to content

Commit

Permalink
Bump to amaranth 0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
wanda-phi committed Dec 13, 2023
1 parent 4823971 commit 73288e5
Show file tree
Hide file tree
Showing 62 changed files with 64 additions and 64 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- 'pypy-3.9'
# this version range needs to be synchronized with the one in pyproject.toml
amaranth-version:
- '0.3'
- '0.4'
- 'git'
allow-failure:
- true
- false
exclude: # all of these are inverted (this is unfortunately the best way to do this)
- amaranth-version: '0.3'
- amaranth-version: '0.4'
allow-failure: false
- amaranth-version: 'git'
allow-failure: true
Expand All @@ -44,7 +44,7 @@ jobs:
run: |
pip install 'amaranth==${{ matrix.amaranth-version }}'
- name: Downgrade MarkupSafe
if: ${{ matrix.amaranth-version == '0.3' }}
if: ${{ matrix.amaranth-version == '0.4' }}
run: |
pip install 'MarkupSafe==2.0.1'
- name: Install Amaranth from git
Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/alchitry_au.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import shutil

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/arrow_deca.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.intel import *
from amaranth.vendor import IntelPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/arty_a7.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/arty_s7.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/arty_z7.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/atlys.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import textwrap

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/blackice.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ice40 import *
from amaranth.vendor import LatticeICE40Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/blackice_ii.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ice40 import *
from amaranth.vendor import LatticeICE40Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/chameleon96.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from amaranth import *
from amaranth.build import *
from amaranth.vendor.intel import *
from amaranth.vendor import IntelPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/cmod_a7.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *

"""
Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/cmod_s7.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *

"""
Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/colorlight_5a75b_r7_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ecp5 import *
from amaranth.vendor import LatticeECP5Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/de0.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.intel import *
from amaranth.vendor import IntelPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/de0_cv.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.intel import *
from amaranth.vendor import IntelPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/de10_lite.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.intel import *
from amaranth.vendor import IntelPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/de10_nano.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.intel import *
from amaranth.vendor import IntelPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/de1_soc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.intel import *
from amaranth.vendor import IntelPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/ebaz4205.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/ecp5_5g_evn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ecp5 import *
from amaranth.vendor import LatticeECP5Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/ecpix5.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ecp5 import *
from amaranth.vendor import LatticeECP5Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/fomu_hacker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ice40 import *
from amaranth.vendor import LatticeICE40Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/fomu_pvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ice40 import *
from amaranth.vendor import LatticeICE40Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/genesys2.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/ice40_hx1k_blink_evn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ice40 import *
from amaranth.vendor import LatticeICE40Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/ice40_hx8k_b_evn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ice40 import *
from amaranth.vendor import LatticeICE40Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/ice40_up5k_b_evn.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ice40 import *
from amaranth.vendor import LatticeICE40Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/icebreaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ice40 import *
from amaranth.vendor import LatticeICE40Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/icebreaker_bitsy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ice40 import *
from amaranth.vendor import LatticeICE40Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/icestick.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ice40 import *
from amaranth.vendor import LatticeICE40Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/icesugar.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ice40 import *
from amaranth.vendor import LatticeICE40Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/icesugar_nano.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ice40 import *
from amaranth.vendor import LatticeICE40Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/kc705.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/kcu105.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/logicbone.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ecp5 import *
from amaranth.vendor import LatticeECP5Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/machxo3_sk.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_machxo_2_3l import *
from amaranth.vendor import LatticeMachXO3LPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/mercury.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/microzed_z010.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform


__all__ = ["MicroZedZ010Platform"]
Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/microzed_z020.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform


__all__ = ["MicroZedZ020Platform"]
Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/mister.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.intel import *
from amaranth.vendor import IntelPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/nandland_go.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.lattice_ice40 import *
from amaranth.vendor import LatticeICE40Platform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/nexys4ddr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *


Expand Down
2 changes: 1 addition & 1 deletion amaranth_boards/numato_mimas.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import subprocess

from amaranth.build import *
from amaranth.vendor.xilinx import *
from amaranth.vendor import XilinxPlatform
from .resources import *


Expand Down
Loading

0 comments on commit 73288e5

Please sign in to comment.