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
Board: apu3 fpga board: icestick
Using iob util from https://review.coreboot.org/#/c/21438/
root@LEDE:~# ./iob r 0x03fd read 03fd = 60
The sniffer decodes it correctly. So when doing one read, it shows only one read. But the upper bit seems to bit unsure:
io: read 000003fd: c0 io: read 000003fd: c0 io: read 000003fd: e0 io: read 000003fd: c0 io: read 000003fd: c0 io: read 000003fd: e0 io: read 000003fd: c0 io: read 000003fd: c0 io: read 000003fd: e0 io: read 000003fd: e0 io: read 000003fd: c0 io: read 000003fd: c0 io: read 000003fd: e0 io: read 000003fd: c0 io: read 000003fd: c0 io: read 000003fd: e0 io: read 000003fd: c0 io: read 000003fd: c0 io: read 000003fd: e0 io: read 000003fd: c0 io: read 000003fd: c0 io: read 000003fd: e0 io: read 000003fd: e0 io: read 000003fd: c0 io: read 000003fd: c0 io: read 000003fd: e0 io: read 000003fd: c0 io: read 000003fd: c0 io: read 000003fd: e0 io: read 000003fd: c0 io: read 000003fd: c0 io: read 000003fd: e0 io: read 000003fd: c0 io: read 000003fd: c0 io: read 000003fd: e0
The text was updated successfully, but these errors were encountered:
could it be the sync word?
Sorry, something went wrong.
I had this same problem, was resolved when I went to always @(posedge lpc_clock or negedge lpc_reset) begin in lpc.v
always @(posedge lpc_clock or negedge lpc_reset) begin
No branches or pull requests
Board: apu3
fpga board: icestick
Using iob util from https://review.coreboot.org/#/c/21438/
The sniffer decodes it correctly. So when doing one read, it shows only one read. But the
upper bit seems to bit unsure:
The text was updated successfully, but these errors were encountered: