Removed unused swbytemask from CLINT

This commit is contained in:
David Harris 2022-07-08 08:43:24 +00:00
parent 425fec0f41
commit 234175f236

View File

@ -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.