From 5a617c183f89b05c662ad66958b7831afdb3c85e Mon Sep 17 00:00:00 2001 From: Francesco Conti Date: Wed, 5 Aug 2026 10:01:20 +0200 Subject: [PATCH] [HOTFIX] Update fractal_sync version to avoid race condition The version of fsync used previously contained a race condition in the CAM in some cases where two tiles are synced a fixed number of cycles from each other (2 in the case of the current parametrization). The `main` branch of fsync contained a fix for this for a few months already; this updated pushes the fix to MAGIA. --- Bender.lock | 2 +- Bender.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bender.lock b/Bender.lock index d807b826..ec2ea9c6 100644 --- a/Bender.lock +++ b/Bender.lock @@ -126,7 +126,7 @@ packages: Git: https://github.com/pulp-platform/fpu_ss.git dependencies: [] fractal_sync: - revision: fdb619f40f99d769cfceb20ac2117ff8d99e98a3 + revision: df8e21b7e2b0e2d3198bf44a60b4ca67c334bcc2 version: null source: Git: https://github.com/VictorIsachi/fractal_sync diff --git a/Bender.yml b/Bender.yml index b46a53ae..05746f23 100644 --- a/Bender.yml +++ b/Bender.yml @@ -41,7 +41,7 @@ dependencies: axi_obi : { git: "https://github.com/pulp-platform/axi_obi.git" , rev: 3f29bd67369a093cf5be4ea3fdac3c6c216424cc } # branch: vi/magia common_cells : { git: "https://github.com/pulp-platform/common_cells.git" , version: 1.21.0 } tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.11 } - fractal_sync : { git: "https://github.com/VictorIsachi/fractal_sync" , rev: fdb619f40f99d769cfceb20ac2117ff8d99e98a3 } # branch: main + fractal_sync : { git: "https://github.com/VictorIsachi/fractal_sync" , rev: df8e21b7e2b0e2d3198bf44a60b4ca67c334bcc2 } # branch: main floo_noc : { git: "https://github.com/pulp-platform/FlooNoC.git" , version: 0.6.1 } event_unit_flex : { git: "https://github.com/pulp-platform/event_unit_flex.git" , rev: 763c3b9977970f656326c70a96debfb2ac0f85b2 }