Introduction - If you have any usage issues, please Google them yourself
module VGA(CLK_50,RST_N,VGA_HS,VGA_VS1,VGA_BLANK,
VGA_CLK,VGA_SYNC,VGA_R,VGA_G,VGA_B)
input CLK_50
input RST_N
//////////////////////// VGA ////////////////////////////
output VGA_CLK // VGA Clock
output VGA_HS // VGA H_SYNC
output VGA_VS1 // VGA V_SYNC
output VGA_BLANK // VGA BLANK
output VGA_SYNC // VGA SYNC
output [9:0] VGA_R // VGA Red[9:0]
output [9:0] VGA_G // VGA Green[9:0]
output [9:0] VGA_B // VGA Blue[9:0]