Forum Discussion
Altera_Forum
Honored Contributor
8 years agoset design clock
Hi All, I have hard time trying to create clock based process in Verilog. I am using mini board with EP2C5T144C8 chip. I rote a simple code ad checking output signals with scope. I assign clo...
Altera_Forum
Honored Contributor
8 years agoCris72 ya - its look like I don't have right pin assignment. I checked schematic of board and find 50Mhz osc that going into pin17. So I assign pin clock pin 17. but its look like this is still wrong. I will try to find better documentation for this board.
I tried to find 50Mhz signal on pin directly with scope, but no luck. I don't understand why. eapenabrm thx for help, but why you are using not decimal numbers like cnt = 25000; but cnt = 16'd25000 does it matter?