Creating high-speed FPGA design using Qorc-SDK

Post Reply
Vesuvius
Posts: 1
Joined: Tue Sep 05, 2023 1:02 pm

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
Robert
Posts: 29
Joined: Fri May 15, 2020 8:27 am

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.
Annata23
Posts: 1
Joined: Tue Mar 05, 2024 9:08 am

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
Post Reply