From 005ea52b7236e6fb8e286fc952b5480fef633602 Mon Sep 17 00:00:00 2001 From: Rose Thompson Date: Thu, 5 Sep 2024 12:20:06 -0700 Subject: [PATCH] Added missing signal declaration for SPI. --- src/uncore/spi_apb.sv | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/uncore/spi_apb.sv b/src/uncore/spi_apb.sv index 6af9a1388..a40079357 100644 --- a/src/uncore/spi_apb.sv +++ b/src/uncore/spi_apb.sv @@ -152,8 +152,7 @@ module spi_apb import cvw::*; #(parameter cvw_t P) ( logic SCLKenableEarly; // SCLKenable 1 PCLK cycle early, needed for on time register changes when ChipSelectMode is hold and Delay1[15:8] (InterXFR delay) is 0 - - + logic ReceiveFiFoTakingData; // APB access assign Entry = {PADDR[7:2],2'b00}; // 32-bit word-aligned accesses