BUFFER_EX refactoring

This commit is contained in:
root
2023-12-05 04:55:50 -08:00
parent d288fb360c
commit 900a1efaca
5 changed files with 18 additions and 18 deletions

View File

@@ -166,7 +166,7 @@ module Vortex import VX_gpu_pkg::*; (
);
end
`BUFFER_BUSY (busy, (| per_cluster_busy), (`NUM_CLUSTERS > 1));
`BUFFER_EX(busy, (| per_cluster_busy), 1'b1, (`NUM_CLUSTERS > 1));
`ifdef PERF_ENABLE