Altera SDC and TimeQuest API Manual de usuario Pagina 98

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 168
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 97
2–88 Chapter 2: SDC and TimeQuest API Package and Commands
sta
SDC and TimeQuest API Reference Manual © December 2009 Altera Corporation
get_default_sdc_file_names
Usage
get_default_sdc_file_names
Options
None
Description
Returns the default SDC file name(s) used by the Quartus II Compiler when doing timing-driven
optimizations.
Returns the value for the QSF variable SDC_FILE. If multiple assignments are found, return them as a list
If not specified, return <revision_name>.sdc.
Example
project_new test
create_timing_netlist
foreach file [get_default_sdc_file_names] {
read_sdc $file
}
update_timing_netlist
report_timing
delete_timing_netlist
project_close
Vista de pagina 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 167 168

Comentarios a estos manuales

Sin comentarios