Typo in gpio reset

This commit is contained in:
David Harris 2022-06-13 19:37:05 +00:00
parent eb41185a70
commit b7a7ca6eac

View File

@ -91,7 +91,7 @@ module gpio (
high_ip <= #1 0;
low_ie <= #1 0;
low_ip <= #1 0;
out_xor <= 1'b 0;
out_xor <= #1 0;
end else begin
// writes
if (memwrite)