softcore-rv64 0.4.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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2af447028cf7063a7b6a4409dc96bdc5d8614f6bc482f3d2e6bc45ab11d5bf2"

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