CoolFace
Apppublic

gofeco/support

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
api.set_input_delay.txt14 linesDownload Raw Back to src_en
1<h3 id='___set_input_delay'>set_input_delay</h3>2<pre>Timing command. Set input delay3<b>Usage:</b> set_input_delay($port_name, $delay_value, @options);4@options:5    -clock clock_name: Specifies the clock that relates to the delay6$port_name: Input port name, accept wild card '*'7$delay_value: Delay value in ns8 9<b>Examples:</b>10 11#1. Set input port to all APB bus input12set_input_delay("port_apb_*"", 0.1);13 14</pre>