add build script that parses the PowerISA v3.1C pdf and produces an xml file

This commit is contained in:
Jacob Lifshay 2026-01-07 14:19:46 -08:00
parent 3b5104c8fa
commit e4a7d9f59c
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
4 changed files with 548 additions and 17 deletions

View file

@ -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