From a3c649e10277b48141fb6760007393e12a317934 Mon Sep 17 00:00:00 2001 From: Maicol Ciani Date: Thu, 5 Oct 2023 15:44:44 +0200 Subject: [PATCH] Updating SPI clock divider, adding a clk buffer to csk --- Bender.lock | 2 +- Bender.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bender.lock b/Bender.lock index 9858f4c05..885377e4f 100644 --- a/Bender.lock +++ b/Bender.lock @@ -352,7 +352,7 @@ packages: - common_cells - common_verification opentitan: - revision: 151fa0dd6c10f78f8092b0247db5680c9f2a0c05 + revision: c645a0f95209e9faed78d7d2565c19b62676bfb8 version: null source: Git: https://github.com/pulp-platform/opentitan.git diff --git a/Bender.yml b/Bender.yml index 5a3b21993..15dc74a3c 100644 --- a/Bender.yml +++ b/Bender.yml @@ -17,7 +17,7 @@ dependencies: car_l2: { git: git@iis-git.ee.ethz.ch:carfield/carfield_l2_mem.git, rev: 0143fb296e3614adf8894ff7335cc3f9b92783bd } # branch: main safety_island: { git: git@iis-git.ee.ethz.ch:carfield/safety-island.git, rev: 620905a836a10ec1246bc392bb5af1cfdfd32d64 } # branch: michaero/carfield pulp_cluster: { git: https://github.com/pulp-platform/pulp_cluster.git, rev: 360c120c50d88a7ec6f32d84b0d48815039584d1 } # branch: yt/rapidrecovery - opentitan: { git: https://github.com/pulp-platform/opentitan.git, rev: 151fa0dd6c10f78f8092b0247db5680c9f2a0c05 } # branch: carfield_soc + opentitan: { git: https://github.com/pulp-platform/opentitan.git, rev: c645a0f95209e9faed78d7d2565c19b62676bfb8 } # branch: carfield_soc mailbox_unit: { git: git@github.com:pulp-platform/mailbox_unit.git, version: 1.1.0 } apb: { git: https://github.com/pulp-platform/apb.git, version: 0.2.3 } timer_unit: { git: https://github.com/pulp-platform/timer_unit.git, version: 1.0.2 }