WIP: completed stages of next-pc logic, still need to combine them into a pipeline

This commit is contained in:
Jacob Lifshay 2025-12-03 21:27:26 -08:00
parent 033d5d4f34
commit 231f5e72ec
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
8 changed files with 1708 additions and 587 deletions

View file

@ -16,6 +16,7 @@ rust-version = "1.89.0"
[workspace.dependencies]
fayalite = { git = "https://git.libre-chip.org/libre-chip/fayalite.git", version = "0.3.0", branch = "master" }
serde = { version = "1.0.202", features = ["derive"] }
simple-mermaid = "0.2.0"
[profile.dev]
opt-level = 1