Skip to content
New issue

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

lpc sniffer decodes wrong data #2

Open
lynxis opened this issue Sep 7, 2017 · 2 comments
Open

lpc sniffer decodes wrong data #2

lynxis opened this issue Sep 7, 2017 · 2 comments

Comments

@lynxis
Copy link
Owner

lynxis commented Sep 7, 2017

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
@lynxis
Copy link
Owner Author

lynxis commented Sep 7, 2017

could it be the sync word?

@denandz
Copy link

denandz commented Mar 14, 2019

I had this same problem, was resolved when I went to always @(posedge lpc_clock or negedge lpc_reset) begin in lpc.v

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants