EDA_hg81
Advanced Member level 2
I am using Spartan 3 FPGA.
The A8( GCLK) pin receive the input clock.
I have used scope to check the input clock, it is looks fine.
But why FPGA can not recognize the input clock?
Code like the following:
if ( CLOCK'EVENT and CLOCK = '1' ) then
end if;
If it is possible I have to set FPGA in proper setting ?
Any idea is appreciated.[/u]
The A8( GCLK) pin receive the input clock.
I have used scope to check the input clock, it is looks fine.
But why FPGA can not recognize the input clock?
Code like the following:
if ( CLOCK'EVENT and CLOCK = '1' ) then
end if;
If it is possible I have to set FPGA in proper setting ?
Any idea is appreciated.[/u]