Altera Quartus II Scripting Manuale Utente Pagina 526

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 634
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 525
3–396 Chapter 3: Tcl Packages & Commands
sta
Quartus II Scripting Reference Manual © July 2013 Altera Corporation
<mintpd rise-fall time>
<mintpd fall-rise time>
<mintpd fall-fall time>
<input port>
<output port>
}
}
}
There are no options for this command, and the data returned is the same as from the report_datasheet
command.
Example
project_open proj1
create_timing_netlist
read_sdc
update_timing_netlist
# get the datasheet collection
set datasheet [get_datasheet]
# loop through contents of datasheet collection
foreach i $datasheet {
foreach j $i {
foreach k $j {
#
# extract individual items or
# manipulate as necessary
#
}
}
}
Vedere la pagina 525
1 2 ... 521 522 523 524 525 526 527 528 529 530 531 ... 633 634

Commenti su questo manuale

Nessun commento