forked from libre-chip/fayalite
sim: WIP adding memory support
This commit is contained in:
parent
e504cfebfe
commit
3ed7827485
8 changed files with 335 additions and 38 deletions
|
@ -72,6 +72,12 @@ Simulation {
|
|||
..
|
||||
},
|
||||
},
|
||||
memories: StatePartAllocationLayout<Memories> {
|
||||
len: 0,
|
||||
debug_data: [],
|
||||
layout_data: [],
|
||||
..
|
||||
},
|
||||
},
|
||||
insns: [
|
||||
// at: module-XXXXXXXXXX.rs:1:1
|
||||
|
@ -162,6 +168,9 @@ Simulation {
|
|||
..
|
||||
},
|
||||
pc: 18,
|
||||
memories: StatePart {
|
||||
value: [],
|
||||
},
|
||||
small_slots: StatePart {
|
||||
value: [
|
||||
18446744073709551614,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue