Skip to content

Commit

Permalink
Split caliptra-registers into caliptra-registers-latest.
Browse files Browse the repository at this point in the history
This is in preparation for a future caliptra-registers-1.0 crate.
  • Loading branch information
korran committed Feb 26, 2024
1 parent fb5dde1 commit 8da1f3d
Show file tree
Hide file tree
Showing 25 changed files with 902 additions and 874 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-verilator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Check that generated register code matches caliptra-rtl submodule
run: |
cargo run --locked -p caliptra_registers_generator -- --check hw/latest/rtl registers/bin/extra-rdl registers/src
cargo run --locked -p caliptra_registers_generator -- --check hw/latest/rtl registers/bin/extra-rdl hw/latest/registers/src
- name: Build
run: |
Expand Down
8 changes: 8 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ members = [
"drivers/test-fw/scripts/vector_gen",
"fmc",
"fmc/test-fw/test-rt",
"hw/latest/registers",
"hw/verilated",
"hw-model",
"hw-model/test-fw",
Expand Down Expand Up @@ -120,6 +121,7 @@ caliptra-image-verify = { path = "image/verify", default-features = false }
caliptra-kat = { path = "kat" }
caliptra-lms-types = { path = "lms-types" }
caliptra-registers = { path = "registers" }
caliptra-registers-latest = { path = "hw/latest/registers" }
caliptra-runtime = { path = "runtime", default-features = false }
caliptra-systemrdl = { path = "systemrdl" }
caliptra-test = { path = "test" }
Expand Down
11 changes: 11 additions & 0 deletions hw/latest/registers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Licensed under the Apache-2.0 license.

[package]
name = "caliptra-registers-latest"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ureg.workspace = true
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 8da1f3d

Please sign in to comment.