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

Question of the verlilog #1

Open
Natsuki-Min opened this issue Feb 2, 2024 · 3 comments
Open

Question of the verlilog #1

Natsuki-Min opened this issue Feb 2, 2024 · 3 comments

Comments

@Natsuki-Min
Copy link

I just cant get across.I read the Verlilog.If I'm not mistaken, in your Verilog code, you've implemented the write portion using a variable named bytecnt to achieve receiving 16-bit data at a time, but it's directly set to 1. However, the transmitting side still sends 16 bits at a time. According to this logic, it would send a single byte of data twice. Is this really the intended design?

@Natsuki-Min
Copy link
Author

Bsides that,have you successfully found out whether casio caculator has the debug point?

@Fraserbc
Copy link
Member

Hi sorry for not responding, I didn't see the this issue. The verilog works because I'm using a non-blocking assignment and so the if (r_byte_cnt) begin doesn't actually see the 1 until the second time around

@Fraserbc
Copy link
Member

Also no I sadly never found the debug port

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