Update adrdec.sv

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-12 17:28:21 -07:00 committed by GitHub
parent be09e66ec4
commit ace24cb879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,4 +50,3 @@ module adrdec #(parameter PA_BITS) (
// Select this peripheral if the address matches, the peripheral is supported, and the type and size of access is ok
assign Sel = Match & Supported & AccessValid & SizeValid;
endmodule