Update tb for new cxxrtl debug_info API

This commit is contained in:
Luke Wren 2024-03-17 05:32:47 +00:00
parent 404aeead92
commit 9bb6ed4a3e
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ int main(int argc, char **argv) {
if (dump_waves) {
waves_fd.open(waves_path);
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.add(all_debug_items);
}