FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6343 Discussions

Is the CKE port for the INCLOCK or the OUTCLOCK?

GZsch
Beginner
703 Views

My device is an Arria 10 SOC. I'm using the GPIO Intel FPGA IP 18.0 core, set up as DDIO with separate input/output clocks. I'd like to use the clock enable (port), but I don't see whether that enable port is for the inclock or outclock.

0 Kudos
7 Replies
EBERLAZARE_I_Intel
465 Views

Hi,

 

I apologize for the late response,

 

When turning the Enable clock enable port ON, this allow you to control when data is clocked in or out. This signal prevents data from being passed through without your control.

 

I hope this answers you r question, let me know if you need more help.

0 Kudos
GZsch
Beginner
465 Views

But there are 2 clock ports: clkin and clkout. In order for me not to violate setup and hold requirements, should the clken port be driven synchronously by the clkin or clkout clock?

0 Kudos
EBERLAZARE_I_Intel
465 Views

Hi,

 

For the GPIO input registers, the input I/O transfer will likely fail the hold time if you do not set the input delay chain. 

 

For more info please read the Timing Closure Guidelines:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_altera_gpio.pdf#page=21

0 Kudos
SZack
Partner
465 Views

Hi,

This last reply did not really address the question which is "should the clken port be driven synchronously by the clkin or clkout clock?". Can you please answer that question?

 

Thanks,

Steve Zack (the FAE supporting this customer)

0 Kudos
EBERLAZARE_I_Intel
465 Views

Hi,

 

The direction to the CKE is an INPUT.

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_altera_gpio.pdf#page=10

 

This CKE will be controlling the CLK(clkin) of the IP.

 

If you are using BiDir(Bi Directional data), then you will have CK_IN(clkin) and CK_OUT(clkout), which the CKE will be controlling both of clocked in and out.

0 Kudos
EBERLAZARE_I_Intel
465 Views

Hi,

 

Do you have any additional questions?

 

The CKE is basically acts as a switch, controlling the CLK of the IP.

0 Kudos
Reply