Forum Discussion
Altera_Forum
Honored Contributor
8 years agoMinimum pulse width error
Hi, I am geting a minimum pulse width error when I am trying to send a clock signal throw my fpga. verilog code: module top ( input CLK_125, output TX_CLK ); alw...
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Increase the drive strength on TX_CLK to maximum. Cheers, Alex --- Quote End --- Changed current strenght from "2mA(default)" to "Maximum Current". It did not change anything. But, thanks for the answer