forked from libre-chip/fayalite
WIP adding VCD output
This commit is contained in:
parent
0095570f19
commit
288a6b71b9
3 changed files with 731 additions and 6 deletions
|
@ -115,6 +115,12 @@ fn test_connect_const() {
|
|||
},
|
||||
},
|
||||
made_initial_step: true,
|
||||
trace_decls: TraceModule {
|
||||
name: "connect_const",
|
||||
children: [],
|
||||
},
|
||||
traces: [],
|
||||
trace_writers: [],
|
||||
}"# {
|
||||
panic!();
|
||||
}
|
||||
|
@ -673,6 +679,12 @@ fn test_mod1() {
|
|||
},
|
||||
},
|
||||
made_initial_step: true,
|
||||
trace_decls: TraceModule {
|
||||
name: "mod1",
|
||||
children: [],
|
||||
},
|
||||
traces: [],
|
||||
trace_writers: [],
|
||||
}"# {
|
||||
panic!();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue