Altera SDC and TimeQuest API Instrukcja Użytkownika Strona 97

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 168
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 96
Chapter 2: SDC and TimeQuest API Package and Commands 2–87
sta
© December 2009 Altera Corporation SDC and TimeQuest API Reference Manual
<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
#
}
}
}
Przeglądanie stron 96
1 2 ... 92 93 94 95 96 97 98 99 100 101 102 ... 167 168

Komentarze do niniejszej Instrukcji

Brak uwag