Realigned comments
This commit is contained in:
		@@ -97,8 +97,8 @@
 | 
				
			|||||||
        .box_y1(box_y1),
 | 
					        .box_y1(box_y1),
 | 
				
			||||||
        .box_y2(box_y2),    
 | 
					        .box_y2(box_y2),    
 | 
				
			||||||
        .box_color(box_color),      //1 bit for each color  Foreground and background
 | 
					        .box_color(box_color),      //1 bit for each color  Foreground and background
 | 
				
			||||||
        .VGA_HS(O_VGA_HS),       // horizontal sync output
 | 
					        .VGA_HS(O_VGA_HS),       	// horizontal sync output
 | 
				
			||||||
        .VGA_VS(O_VGA_VS),       // vertical sync output
 | 
					        .VGA_VS(O_VGA_VS),       	// vertical sync output
 | 
				
			||||||
        .VGA_R(O_VGA_R),            // 1-bit VGA red output
 | 
					        .VGA_R(O_VGA_R),            // 1-bit VGA red output
 | 
				
			||||||
        .VGA_G(O_VGA_G),            // 1-bit VGA green output
 | 
					        .VGA_G(O_VGA_G),            // 1-bit VGA green output
 | 
				
			||||||
        .VGA_B(O_VGA_B)             // 1-bit VGA blue output
 | 
					        .VGA_B(O_VGA_B)             // 1-bit VGA blue output
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user