getting started on parsing timeline events

This commit is contained in:
Yehowshua Immanuel 2022-07-19 13:48:22 -04:00
parent 932250e416
commit 24622c71c2
4 changed files with 44 additions and 5 deletions

View file

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