From d09d5e8eae13d4af26202cd8b3e1f7a983e6c704 Mon Sep 17 00:00:00 2001 From: Lorenzo Leone Date: Tue, 3 Dec 2024 14:06:42 +0100 Subject: [PATCH] Bump Cheshire dependency and update README --- Bender.lock | 2 +- Bender.yml | 2 +- README.md | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Bender.lock b/Bender.lock index 1cc8cb4..3c998a1 100644 --- a/Bender.lock +++ b/Bender.lock @@ -69,7 +69,7 @@ packages: - common_cells - register_interface cheshire: - revision: 586cb0225be5c57f5ffcf67bd490763efd9b4d24 + revision: 1f8c3eac515ac09dec98f89f67df6954dd89e17a version: null source: Git: https://github.com/pulp-platform/cheshire.git diff --git a/Bender.yml b/Bender.yml index 243c065..abf9803 100644 --- a/Bender.yml +++ b/Bender.yml @@ -11,7 +11,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: 586cb0225be5c57f5ffcf67bd490763efd9b4d24} + cheshire: { git: "https://github.com/pulp-platform/cheshire.git", rev: 1f8c3eac515ac09dec98f89f67df6954dd89e17a} 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} diff --git a/README.md b/README.md index c0e864c..119f2e8 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,6 @@ To regenerate software tests and libraries: This step must be executed before building the hardware to ensure the correct generation of the bootrom. -To build the host device bootrom: - -`make chim-bootrom-init` - To build Chehsire simulation files for ModelSim: `make chs-sim-all`