mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
minor update
This commit is contained in:
parent
34324bb768
commit
589e351832
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ void FpuUnit::tick() {
|
|||
|
||||
LsuUnit::LsuUnit(const SimContext& ctx, Core* core)
|
||||
: ExeUnit(ctx, core, "LSU")
|
||||
, pending_rd_reqs_(LSUQ_SIZE)
|
||||
, pending_rd_reqs_(LSUQ_IN_SIZE)
|
||||
, num_lanes_(NUM_LSU_LANES)
|
||||
, pending_loads_(0)
|
||||
, fence_lock_(false)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue