Update controllerinput.sv

Program clean up
This commit is contained in:
Harshini Srinath 2023-06-10 18:26:06 -07:00 committed by GitHub
parent df8dc11a92
commit 61ebfdb55f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,3 @@ module controllerinput #(
assign HREADYOut = HREADYIn & ~Disable;
endmodule