wave_27 test file + related code

This commit is contained in:
Martin Kavík 2024-05-28 12:57:51 +02:00
parent c6ef5c65a4
commit f8e07d213d
7 changed files with 49 additions and 32 deletions

View file

@ -12,7 +12,7 @@ use waveform_panel::WaveformPanel;
type HierarchyAndTimeTable = (Rc<wellen::Hierarchy>, Rc<wellen::TimeTable>);
// @TODO REMOVE
const SIMULATE_CLICKS: bool = false;
const SIMULATE_CLICKS: bool = true;
fn main() {
start_app("app", root);