forked from Github_Repos/cvw
Fix HSIZE and HBURST signal widths in PMA checker
This commit is contained in:
parent
09755251bc
commit
288a6d82ce
@ -29,12 +29,13 @@
|
||||
|
||||
module pmachecker (
|
||||
input logic [31:0] HADDR,
|
||||
input logic HSIZE,
|
||||
input logic [2:0] HSIZE,
|
||||
input logic HWRITE,
|
||||
input logic HBURST,
|
||||
input logic [2:0] HBURST,
|
||||
|
||||
input logic Atomic, Execute, Write, Read,
|
||||
|
||||
// *** Add pipeline suffixes
|
||||
output logic Cacheable, Idempotent, AtomicAllowed,
|
||||
output logic SquashAHBAccess,
|
||||
|
||||
|
@ -56,7 +56,8 @@ module privileged (
|
||||
|
||||
// PMA checker signals
|
||||
input logic [31:0] HADDR,
|
||||
input logic HSIZE, HWRITE, HBURST,
|
||||
input logic [2:0] HSIZE, HBURST,
|
||||
input logic HWRITE,
|
||||
input logic Atomic, Execute, Write, Read,
|
||||
output logic Cacheable, Idempotent, AtomicAllowed,
|
||||
output logic SquashAHBAccess,
|
||||
|
Loading…
Reference in New Issue
Block a user