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
f48c780ec2
commit
f1981a1267
@ -84,7 +84,7 @@ module pmpadrdec (
|
|||||||
// *** BAD DELETE LATER ADDED for hopefully fixing synth
|
// *** BAD DELETE LATER ADDED for hopefully fixing synth
|
||||||
logic [`PA_BITS-3:0] maskInput;
|
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)}
|
// *** maskinput used to be {~PMPAdr[`PA_BITS-4:0], (AdrMode == NAPOT)}
|
||||||
// ****
|
// ****
|
||||||
|
Loading…
Reference in New Issue
Block a user