platform::load_file_with_selected_vars, simple_vcd.fw.js
This commit is contained in:
parent
26a8250220
commit
1160efe0e3
9 changed files with 147 additions and 5 deletions
7
test_files/simple_vcd.fw.js
Normal file
7
test_files/simple_vcd.fw.js
Normal 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"
|
||||
])
|
||||
}
|
Reference in a new issue