tensor: Fix perf counter; comment out dpi

This commit is contained in:
Hansung Kim
2024-05-31 00:32:32 -07:00
parent 73293061ea
commit 0ebbb8e223
2 changed files with 16 additions and 16 deletions

View File

@@ -528,7 +528,7 @@ module VX_tensor_octet #(
perf_tensor_dpu_total <= '0;
end else begin
if (do_hmma) begin
perf_tensor_dpu_total <= perf_tensor_dpu_total + 1'b1;
perf_tensor_dpu_total <= perf_tensor_dpu_total + 2'd2;
end
end
end