From f7f845b246c0327b59cb6a8bc07b84e72b0a3f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20N=C3=B3brega?= Date: Thu, 20 Nov 2025 18:39:58 +0000 Subject: [PATCH 1/4] feat(py2hwsw): Update py2hwsw version --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index a0447e9..3c58dd8 100644 --- a/default.nix +++ b/default.nix @@ -5,8 +5,8 @@ { pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/24.05.tar.gz") {} }: let - py2hwsw_commit = "09ea8ddb6b510e894709653666506caead5a93d2"; # Replace with the desired commit. - py2hwsw_sha256 = "iC1Yaeg9NKFIFVwT7o1abXr80ikWZoy6w4TQmIQV3iw="; # Replace with the actual SHA256 hash. + py2hwsw_commit = "f5a6d9b44b7694d92c2df685d415f106da4b9f69"; # Replace with the desired commit. + py2hwsw_sha256 = "oPj8d27FAjaPWkMbkUDEYsFvasH0uDCj3MfWZ1NOGo0="; # Replace with the actual SHA256 hash. # Get local py2hwsw root from `PY2HWSW_ROOT` env variable py2hwswRoot = builtins.getEnv "PY2HWSW_ROOT"; From aa253f4e7818c983f0dbd8ee6df5b3b734f8bb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20N=C3=B3brega?= Date: Thu, 20 Nov 2025 23:21:22 +0000 Subject: [PATCH 2/4] feat(py2hwsw): Update py2hwsw version --- default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default.nix b/default.nix index 3c58dd8..b5dd5cd 100644 --- a/default.nix +++ b/default.nix @@ -2,11 +2,11 @@ # # SPDX-License-Identifier: MIT -{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/24.05.tar.gz") {} }: +{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/25.05.tar.gz") {} }: let - py2hwsw_commit = "f5a6d9b44b7694d92c2df685d415f106da4b9f69"; # Replace with the desired commit. - py2hwsw_sha256 = "oPj8d27FAjaPWkMbkUDEYsFvasH0uDCj3MfWZ1NOGo0="; # Replace with the actual SHA256 hash. + py2hwsw_commit = "6536700fed1b6270f3a79099941d708e9dcdf7d3"; # Replace with the desired commit. + py2hwsw_sha256 = "ugHcpiB1BFHB1QScHUFjMtnDjhob7y5k86/VVJmjKqY="; # Replace with the actual SHA256 hash. # Get local py2hwsw root from `PY2HWSW_ROOT` env variable py2hwswRoot = builtins.getEnv "PY2HWSW_ROOT"; From b86c029f0ec92f6aac558a74e395bfd754788f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20N=C3=B3brega?= Date: Fri, 21 Nov 2025 17:09:02 +0000 Subject: [PATCH 3/4] dummy commit to re-trigger ghactions --- soc_linux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc_linux.py b/soc_linux.py index 443b2a5..a9d5440 100644 --- a/soc_linux.py +++ b/soc_linux.py @@ -22,7 +22,7 @@ def setup(py_params: dict): # "some_iob_system_linux_param": "my_value", **py_params, }, - # Every attribute in this dictionary will override/append to the ones of the iob_system_linux parent core. + # Every attribute in this dictionary will override/append to the ones of the iob_system_linux parent core "board_list": [ "iob_aes_ku040_db_g", "iob_cyclonev_gt_dk", From 9ad6093b6157e1e5f9ec2d5f2af1ff425d753e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20N=C3=B3brega?= Date: Sat, 22 Nov 2025 01:59:56 +0000 Subject: [PATCH 4/4] feat(PY2HWSW): update py2hwsw version --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index b5dd5cd..fa02d63 100644 --- a/default.nix +++ b/default.nix @@ -5,8 +5,8 @@ { pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/25.05.tar.gz") {} }: let - py2hwsw_commit = "6536700fed1b6270f3a79099941d708e9dcdf7d3"; # Replace with the desired commit. - py2hwsw_sha256 = "ugHcpiB1BFHB1QScHUFjMtnDjhob7y5k86/VVJmjKqY="; # Replace with the actual SHA256 hash. + py2hwsw_commit = "e3ec0c99271e3320cec61a9efa76758e364c89f2"; # Replace with the desired commit. + py2hwsw_sha256 = "kboZVpCDediAF4qaWVeWbsa0bKo4sGtPYtskUdQiLRs="; # Replace with the actual SHA256 hash. # Get local py2hwsw root from `PY2HWSW_ROOT` env variable py2hwswRoot = builtins.getEnv "PY2HWSW_ROOT";