mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Removed WordCountFlag
This commit is contained in:
parent
d118fcbde8
commit
543fbd1fa9
@ -54,7 +54,6 @@ module busfsm #(parameter integer LOGWPL)
|
||||
|
||||
logic UnCachedBusRead;
|
||||
logic UnCachedBusWrite;
|
||||
logic WordCountFlag;
|
||||
logic [2:0] LocalBurstType;
|
||||
|
||||
|
||||
@ -69,8 +68,6 @@ module busfsm #(parameter integer LOGWPL)
|
||||
|
||||
(* mark_debug = "true" *) busstatetype BusCurrState, BusNextState;
|
||||
|
||||
assign WordCountFlag = 1; // Detect when we are waiting on the final access.
|
||||
|
||||
always_ff @(posedge clk)
|
||||
if (reset) BusCurrState <= #1 STATE_BUS_READY;
|
||||
else BusCurrState <= #1 BusNextState;
|
||||
|
Loading…
Reference in New Issue
Block a user