Altera_Forum
Honored Contributor
8 years agoDE0-NANO Board External Clock
Hallo
So i have a DE0-NANO Board, and i tried to replace the on board oscillator with a external clock. I took out the on board oscillator and connected my external clock pin to pin 3 of the on board oscillator connection. I replaced the on board oscillator with a 22.5 MHz clock. Now the problem is when i try to synthesize the design i get a error at my top level clock module file. I dont use any pll and run my design with the same frequency as the external clock. I am attaching the vhdl file where it indicates and error and the error message is following Error (10518): VHDL type mismatch error at FPGA_top_clock_module.vhd(62): integer type does not match real literal File: FPGA_top_clock_module.vhd Line: 62 so the error points to line 62 and in line 62 it states that inclk0_input_frequency => 4.428855e+04,
so does this mean that i am only getting 44.2 KHz as my input clock to the FPGA????