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

vsync_cnt计数值错误 #16

Open
lmb3939 opened this issue Aug 8, 2020 · 0 comments
Open

vsync_cnt计数值错误 #16

lmb3939 opened this issue Aug 8, 2020 · 0 comments

Comments

@lmb3939
Copy link

lmb3939 commented Aug 8, 2020

lcd_sync.v中,vsync_cnt赋值错误:
assign vsync_cnt = counter_hs;
应该为
assign vsync_cnt = counter_vs;
由于编码方式设置的不同,我没有发起pr,那样看起来像是每一行都改动过了。

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

1 participant