Update tb for new cxxrtl debug_info API
This commit is contained in:
parent
404aeead92
commit
9bb6ed4a3e
|
@ -465,7 +465,7 @@ int main(int argc, char **argv) {
|
||||||
if (dump_waves) {
|
if (dump_waves) {
|
||||||
waves_fd.open(waves_path);
|
waves_fd.open(waves_path);
|
||||||
cxxrtl::debug_items all_debug_items;
|
cxxrtl::debug_items all_debug_items;
|
||||||
top.debug_info(all_debug_items);
|
top.debug_info(&all_debug_items, /*scopes=*/nullptr, "");
|
||||||
vcd.timescale(1, "us");
|
vcd.timescale(1, "us");
|
||||||
vcd.add(all_debug_items);
|
vcd.add(all_debug_items);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue