getting started on parsing timeline events
This commit is contained in:
parent
932250e416
commit
24622c71c2
4 changed files with 44 additions and 5 deletions
|
@ -84,7 +84,7 @@ pub(super) fn parse_var<'a>(
|
|||
sig_type: var_type,
|
||||
num_bits: no_bits,
|
||||
self_idx: signal_idx,
|
||||
timeline: BTreeMap::new(),
|
||||
timeline: vec![],
|
||||
scope_parent: parent_scope_idx };
|
||||
(signal, signal_idx)
|
||||
}
|
||||
|
|
Reference in a new issue