forked from libre-chip/fayalite
simulator WIP: use petgraph for topological sort over assignments
This commit is contained in:
parent
3106a6fff6
commit
a6e40839ac
5 changed files with 887 additions and 145 deletions
|
@ -29,6 +29,7 @@ jobslot = "0.2.19"
|
|||
num-bigint = "0.4.6"
|
||||
num-traits = "0.2.16"
|
||||
os_pipe = "1.2.1"
|
||||
petgraph = "0.6.5"
|
||||
prettyplease = "0.2.20"
|
||||
proc-macro2 = "1.0.83"
|
||||
quote = "1.0.36"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue