Update pmpadrdec.sv

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-12 18:41:47 -07:00 committed by GitHub
parent ed1d80e37b
commit 5a7ee9f1c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,4 +87,3 @@ module pmpadrdec import cvw::*; #(parameter cvw_t P) (
// attempts an 8-byte access to 0x8, the access should fail (see page 60 of privileged specification 20211203). This
// implementation will not detect the failure.
endmodule