shaiko
Advanced Member level 5
Hello,
An example of "create_clock" SDC command:
1. Does "clk" (marked in red) reffers to the HDL name of the signal ?
2. What is the purpose of "get_ports" (marked in blue) command ?
An example of "create_clock" SDC command:
Code:
create_clock -period 10 -waveform {0 5} -name [COLOR="#FF0000"]clk[/COLOR][[COLOR="#0000CD"]get_ports [/COLOR]clk]
1. Does "clk" (marked in red) reffers to the HDL name of the signal ?
2. What is the purpose of "get_ports" (marked in blue) command ?