Forum Discussion
Seadog
Occasional Contributor
7 years agoFitter error due to 'get_combs' command in .sdc file
I am getting a fitter error caused by a 'get_combs' command in the .sdc file; the get_combs command is part of a create_generated_clock command: -source [get_combs {blah_blah_blah\ ...
KhaiChein_Y_Intel
Regular Contributor
7 years agoHi,
You can use either of the following to indicate the source node for the generated clock
- get_keepers
- get_nets
- get_pins
- get_ports
- get_registers
You may refer to https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/mnl_sdctmq.pdf Chapter 2 to check the differences.
Thanks.