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
lcd_sync.v中,vsync_cnt赋值错误: assign vsync_cnt = counter_hs; 应该为 assign vsync_cnt = counter_vs; 由于编码方式设置的不同,我没有发起pr,那样看起来像是每一行都改动过了。
assign vsync_cnt = counter_hs;
assign vsync_cnt = counter_vs;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
lcd_sync.v中,vsync_cnt赋值错误:
assign vsync_cnt = counter_hs;
应该为
assign vsync_cnt = counter_vs;
由于编码方式设置的不同,我没有发起pr,那样看起来像是每一行都改动过了。
The text was updated successfully, but these errors were encountered: