mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
a priority arbiter performs better than round-robin during commit arbitration
This commit is contained in:
parent
cfb5cd5326
commit
58e5435f0f
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ module VX_commit import VX_gpu_pkg::*, VX_trace_pkg::*; #(
|
|||
VX_stream_arb #(
|
||||
.NUM_INPUTS (`NUM_EX_UNITS),
|
||||
.DATAW (DATAW),
|
||||
.ARBITER ("R"),
|
||||
.ARBITER ("P"),
|
||||
.OUT_BUF (1)
|
||||
) commit_arb (
|
||||
.clk (clk),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue