Altera Quartus II Scripting Bedienungsanleitung Seite 551

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 634
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 550
Chapter 3: Tcl Packages & Commands 3–421
sta
© July 2013 Altera Corporation Quartus II Scripting Reference Manual
locate
Usage
locate [-chip] [-color
<black|blue|brown|green|grey|light_grey|orange|purple|red|white>] [-cps] [-label
<label>] [-rpe] [-tmv] <items>
Options
-chip: Locate the object in the Chip Planner
-color <black|blue|brown|green|grey|light_grey|orange|purple|red|white>: Specify the
color to be used to identify the objects you are locating
-cps: Locate the object in the Critical Path Settings dialog of the Chip Planner
-label <label>: Specify a label used to identify the objects you are locating
-rpe: Locate in the Resource Property Editor
-tmv: Locate the object in the Technology Map Viewer
<items>: Items to locate. Any collection or object (such as paths, points, nodes, nets,
keepers, registers, etc) may be located by passing a reference to the corresponding
collection or object.
Description
Locate an object from TimeQuest in another Quartus II tool.
With this command, one or more objects, or collections of objects, can be located in a supported Quartus
tool from TimeQuest.
The destination can be specified with one of the following options:
The -label option can be used to specify a label for the located objects. The -color command can be used to
specify a color to be used to identify the located objects in the destination tool.
Example
proc prepare_design { } {
set sleep_for 2000
create_timing_netlist -risefall
post_message -type info "Give the GUI some time to catch up to the \
new netlist. Sleep for $sleep_for ms"
after $sleep_for
read_sdc
update_timing_netlist
}
prepare_design
Option Destination Tool
-chip Chip Planner
-rpe Resource Property Editor
-tmv Technology Map Viewer
-cps Critical Path Settings Dialog of the Chip Planner
Seitenansicht 550
1 2 ... 546 547 548 549 550 551 552 553 554 555 556 ... 633 634

Kommentare zu diesen Handbüchern

Keine Kommentare