platform::load_file_with_selected_vars, simple_vcd.fw.js
This commit is contained in:
parent
220e6d19bd
commit
54b1d0799e
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