Skip to content

Commit

Permalink
[difftest] remove hard-coded features
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Sep 3, 2024
1 parent e7c0b81 commit 3de99ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion difftest/dpi_t1rocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["staticlib"]
dpi_common = { path = "../dpi_common" }
spike_rs = { path = "../spike_rs" }
tracing = { workspace = true }
svdpi = { workspace = true, features = [ "sv2023" ] }
svdpi = { workspace = true }
anyhow = { workspace = true }
hex = "0.4.3"
elf = "0.7.4"
Expand Down

0 comments on commit 3de99ef

Please sign in to comment.