Page 1 of 1

Creating high-speed FPGA design using Qorc-SDK

Posted: Tue Sep 05, 2023 1:45 pm
by Vesuvius
Hi,
We are trying to create LPC controller design to work as LPC slave (on EOS-S3 FPGA) and we are having serious problems with meeting timing requirements. One of the problems is that we cannot use any CLOCK pads as these don't work - there is no input, just as if pad was not connected. Input works only BIDIR pads which don't have CLOCK functionality. For development I'm using latest Qorc SDK release, however I tried also using F4PGA, with the same effect.

Artur

Re: Creating high-speed FPGA design using Qorc-SDK

Posted: Fri Jan 19, 2024 3:19 pm
by Robert
What frequency external clock are you trying to use?

I would suggest bring the clock in on a FBIO pin and then instantiating a global clock buffer. I will look at creating an example if this is still an issue.

Re: Creating high-speed FPGA design using Qorc-SDK

Posted: Tue Mar 05, 2024 9:14 am
by Annata23
Robert wrote: Fri Jan 19, 2024 3:19 pm What frequency external clock are you trying to use?

I would suggest bring the clock in on a FBIO pin and then instantiating a global clock buffer. I will look at creating an example if this is still an issue.
Can you create an example for it? I still don't quite word hurdle understand this issue