Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHelp on clock pin assignment
Hello, I'm new with FPGA programming. I created a simple program to generate PWM, but when I assigned the clock it shows as an error on compilation. Here is my code: module PWMTest (clock, swit...
Altera_Forum
Honored Contributor
13 years agoyou need a semicolon at the end of the parameter line. it's flowing over to the 'input clock;' declaration and bombing there