Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro committed Nov 19, 2024
1 parent d6672a8 commit 28ab4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/profiler/new-parse-vcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def enddefinitions(self, vcd, signals, cur_sig_vals):
if cell_id not in self.cell_invoke_probe_info:
self.cell_invoke_probe_info[cell_id] = {invoker_group: probe_info_obj}
else:
self.call_stack_probe_info[cell_id][invoker_group] = probe_info_obj
self.cell_invoke_probe_info[cell_id][invoker_group] = probe_info_obj
caller_id = invoker_group + DELIMITER + component
if caller_id not in self.cell_invoke_caller_probe_info:
self.cell_invoke_caller_probe_info[caller_id] = {cell_name : probe_info_obj}
Expand Down

0 comments on commit 28ab4fa

Please sign in to comment.