forked from libre-chip/cpu
WIP: completed stages of next-pc logic, still need to combine them into a pipeline
This commit is contained in:
parent
033d5d4f34
commit
231f5e72ec
8 changed files with 1708 additions and 587 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue