good stopping point for today
This commit is contained in:
parent
8bcd2bc8ec
commit
217dea1d41
3 changed files with 39 additions and 67 deletions
|
@ -59,4 +59,5 @@ pub(super) struct Scope {
|
|||
pub struct VCD {
|
||||
pub(super) metadata : Metadata,
|
||||
pub(super) all_signals : Vec<Signal>,
|
||||
pub(super) all_scopes : Vec<Scope>}
|
||||
pub(super) all_scopes : Vec<Scope>,
|
||||
pub(super) scope_roots : Vec<Scope_Idx>}
|
Reference in a new issue