From b0d2e8b031f8c0712d966787005a8ff2b816fe5c Mon Sep 17 00:00:00 2001 From: Lorenzo Leone Date: Fri, 30 Aug 2024 15:40:12 +0200 Subject: [PATCH] Add clock gating test for peripherals --- .gitlab/gitlab-ci.yml | 2 +- Bender.lock | 2 +- Bender.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab/gitlab-ci.yml b/.gitlab/gitlab-ci.yml index 92f9e5f..a420aff 100644 --- a/.gitlab/gitlab-ci.yml +++ b/.gitlab/gitlab-ci.yml @@ -7,7 +7,7 @@ # We initialize the nonfree repo, then spawn a sub-pipeline from it variables: - VSIM_TESTS: '["testCluster", "testClusterOffload", "testMemBypass"]' + VSIM_TESTS: '["testCluster", "testClusterOffload", "testMemBypass", "testPeripheralsGating"]' stages: - nonfree diff --git a/Bender.lock b/Bender.lock index a26736a..8cbd749 100644 --- a/Bender.lock +++ b/Bender.lock @@ -69,7 +69,7 @@ packages: - common_cells - register_interface cheshire: - revision: 8aa5c40f2af14f0a40ed08ba4b24c3759ae944e5 + revision: fb271579bb0584b5dc15b0354a5fad628b9e22f0 version: null source: Git: https://github.com/pulp-platform/cheshire.git diff --git a/Bender.yml b/Bender.yml index b0e1066..7c3e6a5 100644 --- a/Bender.yml +++ b/Bender.yml @@ -10,7 +10,7 @@ package: dependencies: register_interface: { git: "https://github.com/pulp-platform/register_interface.git", version: 0.4.3 } axi: { git: "https://github.com/pulp-platform/axi.git", version: 0.39.2 } - cheshire: { git: "https://github.com/pulp-platform/cheshire.git", rev: 8aa5c40} + cheshire: { git: "https://github.com/pulp-platform/cheshire.git", rev: fb271579bb0584b5dc15b0354a5fad628b9e22f0} snitch_cluster: { git: "https://github.com/pulp-platform/snitch_cluster.git", rev: c12ce9b2af1ac8edf3d4feb18939e1ad20c42225} common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.31.1} idma: { git: "https://github.com/pulp-platform/iDMA.git", rev: 9edf489f57389dce5e71252c79e337f527d3aded}