From 234175f236c01d44991dc10bf5e6053fcc5b1108 Mon Sep 17 00:00:00 2001 From: David Harris Date: Fri, 8 Jul 2022 08:43:24 +0000 Subject: [PATCH] Removed unused swbytemask from CLINT --- pipelined/src/uncore/clint_apb.sv | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipelined/src/uncore/clint_apb.sv b/pipelined/src/uncore/clint_apb.sv index fb704cf5c..a05bf4c27 100644 --- a/pipelined/src/uncore/clint_apb.sv +++ b/pipelined/src/uncore/clint_apb.sv @@ -58,8 +58,6 @@ module clint_apb ( if (`XLEN==64) assign #2 entry = {PADDR[15:3], 3'b000}; else assign #2 entry = {PADDR[15:2], 2'b00}; - //swbytemask swbytemask(.Size(HSIZED[1:0]), .Adr(entry[2:0]), .ByteMask(PSTRB)); - // DH 2/20/21: Eventually allow MTIME to run off a separate clock // This will require synchronizing MTIME to the system clock // before it is read or compared to MTIMECMP.