From 40cf4a9ea9385007fafe486ab7f8b6b38dea80bd Mon Sep 17 00:00:00 2001 From: Ross Thompson Date: Mon, 29 Aug 2022 11:40:35 -0500 Subject: [PATCH] Typo. --- pipelined/src/lsu/lsu.sv | 1 - 1 file changed, 1 deletion(-) diff --git a/pipelined/src/lsu/lsu.sv b/pipelined/src/lsu/lsu.sv index 6744fbcd0..713c793d4 100644 --- a/pipelined/src/lsu/lsu.sv +++ b/pipelined/src/lsu/lsu.sv @@ -185,7 +185,6 @@ module lsu ( end else begin // Determine which region of physical memory (if any) is being accessed - adrdecs adrdecs(.PhysicalAddress(LSUPAdrM), AccessRW, AccessRX, AccessRWX, Size, .SelRegions(LSUHSel)); // conditionally move adredecs to here and ifu. // the lsu will output LSUHSel to EBU (need the same for ifu).