Update doc

This commit is contained in:
Hansung Kim
2024-10-21 22:37:20 -07:00
parent 4dcbc31a88
commit 0f06afc3ef
3 changed files with 2 additions and 5 deletions

View File

@@ -177,7 +177,7 @@ module VX_commit import VX_gpu_pkg::*; #(
// probably want to change this at some point
// (i.e. pass a "don't count this towards pending instructions" signal down the pipeline)
wire [`ISSUE_WIDTH-1:0] final_hmma;
// if this is a "ghost" commit generated from the tensor core, don't count
// if this is a "ghost" commit generated at the tensor core, don't count
// toward committed
wire [`ISSUE_WIDTH-1:0] tensor_ghost;
`ifdef EXT_T_ENABLE