Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHow create an alias name for an output from derive_pll_clocks in sdc file?
In the sdc file I include derive_pll_clocks This generates some clock names which are very long and difficult to read. As this will be used in may subsequent expressions for constraining I...
Altera_Forum
Honored Contributor
9 years agoYou could use the " -use_net_name" option. The clock names are still long, but at least better to read. I am also using the "set" approach.
Looking for better ways too.