add simulator support for sim-only values
This commit is contained in:
parent
d3dd66cbf0
commit
db9b1c202c
52 changed files with 5441 additions and 819 deletions
|
|
@ -30,6 +30,12 @@ Simulation {
|
|||
],
|
||||
..
|
||||
},
|
||||
sim_only_slots: StatePartLayout<SimOnlySlots> {
|
||||
len: 0,
|
||||
debug_data: [],
|
||||
layout_data: [],
|
||||
..
|
||||
},
|
||||
},
|
||||
memories: StatePartLayout<Memories> {
|
||||
len: 0,
|
||||
|
|
@ -80,6 +86,9 @@ Simulation {
|
|||
6,
|
||||
],
|
||||
},
|
||||
sim_only_slots: StatePart {
|
||||
value: [],
|
||||
},
|
||||
},
|
||||
io: Instance {
|
||||
name: <simulator>::duplicate_names,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue