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 ccb81c84f4
commit 09ac5b1817

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