Skip to content

Commit

Permalink
CI: Update Riviera-PRO to 2024.04
Browse files Browse the repository at this point in the history
Use the latest Riviera-PRO 2024.04 in CI, and move
the previously used 2023.10 version to the extended
tests.
  • Loading branch information
imphil committed Jun 18, 2024
1 parent 8aa81ba commit cdbf507
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/generate-envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@
{
"lang": "verilog",
"sim": "riviera",
"sim-version": "aldec/rivierapro/2023.10",
"sim-version": "aldec/rivierapro/2024.04",
"os": "ubuntu-20.04",
"self-hosted": True,
"python-version": "3.8",
Expand All @@ -301,7 +301,7 @@
{
"lang": "vhdl",
"sim": "riviera",
"sim-version": "aldec/rivierapro/2023.10",
"sim-version": "aldec/rivierapro/2024.04",
"os": "ubuntu-20.04",
"self-hosted": True,
"python-version": "3.8",
Expand Down Expand Up @@ -367,7 +367,15 @@
]

# Riviera-PRO: test more versions as part of the extended tests.
riviera_versions = ("2019.10", "2020.04", "2020.10", "2021.04", "2021.10", "2022.04")
riviera_versions = (
"2019.10",
"2020.04",
"2020.10",
"2021.04",
"2021.10",
"2022.04",
"2023.10",
)
for version in riviera_versions:
ENVS += [
{
Expand Down

0 comments on commit cdbf507

Please sign in to comment.