platform::load_file_with_selected_vars, simple_vcd.fw.js

This commit is contained in:
Martin Kavík 2024-06-18 20:43:00 +02:00
parent 26a8250220
commit 1160efe0e3
9 changed files with 147 additions and 5 deletions

View file

@ -0,0 +1,7 @@
if (FW.loaded_filename() === "simple.vcd") {
FW.select_vars([
"simple_tb.s.A",
"simple_tb.s.A",
"simple_tb.s.B"
])
}