forked from libre-chip/cpu
add build script that parses the PowerISA v3.1C pdf and produces an xml file
This commit is contained in:
parent
3b5104c8fa
commit
e4a7d9f59c
4 changed files with 548 additions and 17 deletions
|
|
@ -14,9 +14,14 @@ categories = []
|
|||
rust-version = "1.89.0"
|
||||
|
||||
[workspace.dependencies]
|
||||
base16ct = "1.0.0"
|
||||
fayalite = { git = "https://git.libre-chip.org/libre-chip/fayalite.git", version = "0.3.0", branch = "master" }
|
||||
hex-literal = "1.1.0"
|
||||
parse_powerisa_pdf = { git = "https://git.libre-chip.org/libre-chip/parse_powerisa_pdf.git", version = "0.1.0", branch = "master" }
|
||||
serde = { version = "1.0.202", features = ["derive"] }
|
||||
sha2 = "0.10.9"
|
||||
simple-mermaid = "0.2.0"
|
||||
ureq = "3.1.4"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue