Forcibly specify correct toggle rate for LVDS pin
Dear Community,
We are facing a critical issue in implementing a design using a Cyclone 10 LP with a pwm generator logic driving a LVDS pin.
The resolution of the output logic is 1ns (1 Ghz delay-chain clock), however the counter clock is 125Mhz and thus maximum possible togglig frequency of the output is 62Mhz.
This has proven to be reliable and working well during development using single ended TTL outputs, however the actual implementation requires the outputs to be LVDS.
Quartus 20.1.0 B711 however reports the toggle rate of the pin to be 1GHz (which is out of spec) and thus fails the fitter operation. (Error 176060)
I have tried to specify both I/O Maximum Toggle Rate as well as Power Toggle Rate for the affected pins to be the real 62.5MHz as well as 0Mhz in the Assignment Editor without any effect.
Is there any other way to force Quartus to accept the correct maximum toggle rate by specifying it via sdc, assignment, vhdl? Is it possible to ignore the check alltogether?
Thank you,
Chris