softcore-rv64 0.3.0

A Rust translation of the RISC-V 64 specification
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "softcore-prelude"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c9092d0b9b7bc2208c91a005bfa480966b3664d48866d7c6d7cf5aefc9964c8"

[[package]]
name = "softcore-rv64"
version = "0.3.0"
dependencies = [
 "softcore-prelude",
]