From 4de4774a71f01f9cda381da13324b8a84eb12456 Mon Sep 17 00:00:00 2001 From: Kip Macsai-Goren Date: Fri, 17 Sep 2021 13:07:21 -0400 Subject: [PATCH] more input changes on prioirty thermometer. passes lint --- wally-pipelined/src/mmu/pmpadrdec.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wally-pipelined/src/mmu/pmpadrdec.sv b/wally-pipelined/src/mmu/pmpadrdec.sv index 46ee6bdc..584b18fb 100644 --- a/wally-pipelined/src/mmu/pmpadrdec.sv +++ b/wally-pipelined/src/mmu/pmpadrdec.sv @@ -84,7 +84,7 @@ module pmpadrdec ( // *** BAD DELETE LATER ADDED for hopefully fixing synth logic [`PA_BITS-3:0] maskInput; - assign maskInput = `PA_BITS'd39; // *** added to really just try anything with the inputs of the thermometer. + assign maskInput = 'd39; // *** added to really just try anything with the inputs of the thermometer. // *** maskinput used to be {~PMPAdr[`PA_BITS-4:0], (AdrMode == NAPOT)} // ****