From df18da46acaa885c40eb3154d1a9b9128ce28212 Mon Sep 17 00:00:00 2001 From: Francesco Conti Date: Thu, 16 May 2024 00:53:37 +0200 Subject: [PATCH] Fix pulp_soc --- Bender.lock | 2 +- Bender.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Bender.lock b/Bender.lock index dba54303..08e1d9f7 100644 --- a/Bender.lock +++ b/Bender.lock @@ -195,7 +195,7 @@ packages: - udma_sdio - udma_uart pulp_soc: - revision: 5ae7869970165483db776c0dec97103a07d00f6d + revision: 90db30b1267ac0995ebe91622e3046a2c0155987 version: null source: Git: https://github.com/pulp-platform/pulp_soc.git diff --git a/Bender.yml b/Bender.yml index eb5eda2a..86ddf88a 100644 --- a/Bender.yml +++ b/Bender.yml @@ -16,7 +16,7 @@ dependencies: common_cells: { git: "https://github.com/pulp-platform/common_cells.git", version: 1.21.0 } apb: { git: "https://github.com/pulp-platform/apb.git", version: 0.2.4 } jtag_pulp: { git: "https://github.com/pulp-platform/jtag_pulp.git", version: 0.2.0 } - pulp_soc: { git: "https://github.com/pulp-platform/pulp_soc.git", rev: "5ae7869970165483db776c0dec97103a07d00f6d" } # branch fc/cv32e40x + pulp_soc: { git: "https://github.com/pulp-platform/pulp_soc.git", rev: "90db30b1267ac0995ebe91622e3046a2c0155987" } # branch fc/cv32e40x tbtools: { git: "https://github.com/pulp-platform/tbtools.git", version: 0.2.1 } tech_cells_generic: { git: "https://github.com/pulp-platform/tech_cells_generic.git", version: 0.2.3 } pulpissimo_padframe_rtl_sim: { path: "hw/padframe/pulpissimo_padframe_rtl_sim_autogen" }