mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-27 23:14:27 +00:00
Fix HSIZE and HBURST signal widths in PMA checker
This commit is contained in:
parent
50df9d11e1
commit
6f23858609
@ -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