Skip to content
Snippets Groups Projects
Commit dd268a9c authored by ks6n19's avatar ks6n19
Browse files

silly mistake

parent c0cf6e85
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,8 @@ assign Blue = Blue_Data && video_on;
// video_on turns off pixel color data when not in the pixel view area
assign video_on = video_on_H && video_on_V;
assign pixel_x = video_on_H ;
assign pixel_y = video_on_V ;
assign pixel_x = video_on_H ? H_count : '0 ;
assign pixel_y = video_on_V ? V_count : '0 ;
// Generate Horizontal and Vertical Timing Signals for Video Signal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment