mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
more input changes on prioirty thermometer. passes lint
This commit is contained in:
parent
cc4ad218cb
commit
4de4774a71
@ -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)}
|
||||
// ****
|
||||
|
Loading…
Reference in New Issue
Block a user