good stopping point for today

This commit is contained in:
Yehowshua Immanuel 2022-07-14 18:52:12 -04:00
parent 8bcd2bc8ec
commit 217dea1d41
3 changed files with 39 additions and 67 deletions

View file

@ -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>}