Typo in gpio reset

This commit is contained in:
David Harris 2022-06-13 19:37:05 +00:00
parent 3626d5880e
commit 3c44b5842b

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)