forked from Github_Repos/cvw
Typo in gpio reset
This commit is contained in:
parent
eb41185a70
commit
b7a7ca6eac
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user