Forum Discussion
Altera_Forum
Honored Contributor
14 years ago1. Those are syntax errors. You might have deleted a ")".
2. Please use the name of the outputs declared in your top module. That means, not "VGA_hsync", but it should be "VGA_HS", because that was how it's declared in the top module. Using "VGA_hsync" just creates a net that doesn't connect anywhere. 3. Remember that in verilog everything is case sensitive. "VGA" is not the same as "vga" or "Vga". I suggest you refer to a Verilog tutorial ASAP.