From 3d715a098ce36f1e2d4d1a725edc1880109a521d Mon Sep 17 00:00:00 2001 From: slmnemo Date: Mon, 13 Jun 2022 10:56:02 -0700 Subject: [PATCH] Added comment about name of LSUBusInit/Lock signal --- pipelined/src/lsu/busfsm.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipelined/src/lsu/busfsm.sv b/pipelined/src/lsu/busfsm.sv index d3422174..7207d0e8 100644 --- a/pipelined/src/lsu/busfsm.sv +++ b/pipelined/src/lsu/busfsm.sv @@ -41,7 +41,7 @@ module busfsm #(parameter integer WordCountThreshold, input logic DCacheFetchLine, input logic DCacheWriteLine, input logic LSUBusAck, - input logic LSUBusInit, + input logic LSUBusInit, // This might be better as LSUBusLock, or to send this using LSUBusAck. input logic CPUBusy, input logic CacheableM,