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

pixel_x and pixel_y corrected

parent 765878fb
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 ? H_count : '0 ;
assign pixel_y = video_on_V ? V_count : '0 ;
assign pixel_x = video_on_H ;
assign pixel_y = video_on_V ;
// 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