We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
at line #247 of file usb_hid_host.v you assign value 9 to a bit register : if(inst==4) begin ug <= 9; up <= 0; um <= 0; end Do you mean 0 or 1 ?
if(inst==4) begin ug <= 9; up <= 0; um <= 0; end
The text was updated successfully, but these errors were encountered:
In all likelihood 1'b1.
I'm more interested in the S_S2 state, how we come back from it, and what it is in general :)
usb_hid_host/src/usb_hid_host.v
Line 273 in 92aa176
Sorry, something went wrong.
No branches or pull requests
Hello,
at line #247 of file usb_hid_host.v you assign value 9 to a bit register :
if(inst==4) begin ug <= 9; up <= 0; um <= 0; end
Do you mean 0 or 1 ?
The text was updated successfully, but these errors were encountered: