VHDL-Forum

 
Sie sind nicht eingeloggt.
LoginLogin Kostenlos anmeldenKostenlos anmelden
BeiträgeBeiträge MembersMitglieder SucheSuche HilfeHilfe
VotesUmfragen FilesDateien CalendarKalender BookmarksBookmarks
Verständnis Problem

Anfang   zurück   weiter   Ende
Autor Beitrag
d727
Gast
New PostErstellt: 20.05.10, 17:34  Betreff: Verständnis Problem  drucken  Thema drucken  weiterempfehlen Antwort mit Zitat  

Hey, muss gerad eine Aufgabe bearbeiten und würde gerne einen Ausschnitt benutzen, den ich aber auch übersetzen will.

Falls jemand das in angemessenes deutsch übersetzen würde, wäre es echt cool und nett

---------------------------------------------

Für ein Array gibt es folgende Attribute:

A'LEFT --- is the leftmost subscript of array A or constrained array type.
A'LEFT(N) --- is the leftmost subscript of dimension N of array A.
A'RIGHT --- is the rightmost subscript of array A or constrained array type.
A'RIGHT(N) --- is the rightmost subscript of dimension N of array A.
A'HIGH --- is the highest subscript of array A or constrained array type.
A'HIGH(N) --- is the highest subscript of dimension N of array A.
A'LOW --- is the lowest subscript of array A or constrained array type.
A'LOW(N) --- is the lowest subscript of dimension N of array A.
A'RANGE --- is the range A'LEFT to A'RIGHT or A'LEFT downto A'RIGHT .
A'RANGE(N) --- is the range of dimension N of A.
A'REVERSE_RANGE --- is the range of A with to and downto reversed.
A'REVERSE_RANGE(N) --- is the REVERSE_RANGE of dimension N of array A.
A'LENGTH ---- is the integer value of the number of elements in array A.
A'LENGTH(N) --- is the number of elements of dimension N of array A.
A'ASCENDING --- is boolean true if range of A defined with to .
A'ASCENDING(N) --- is boolean true if dimension N of array A defined with to

Mir fehlt da gerad irgendwie das Verständnis...

ist mit Leftmost und Rightmost jetzt der höchst/niedrigwertigste Index oder der Index am weitesten links/rechts gemeint?

Also wäre cool,wenn das jemand übersetzen könnte
nach oben
Gast
New PostErstellt: 21.05.10, 15:20  Betreff: Re: Verständnis Problem  drucken  weiterempfehlen Antwort mit Zitat  

Aehm, steht doch alles da, oder?

Left heisst links und high heisst hoch, also der am weitesten links stehende und der höchste Wert ...

Z.B.
Firstly, for any scalar type or subtype T, the following attributes can be
used:
Attribute Result
T'left Left bound of T
T'right Right bound of T
T'low Lower bound of T
T'high Upper bound of T
For an ascending range, T'left = T'low, and T'right = T'high. For a
descending range, T'left = T'high, and T'right = T'low.

Hoffe das hilft weiter ... :-)
nach oben
Sortierung ndern:  
Anfang   zurück   weiter   Ende
Seite 1 von 1
Gehe zu:   
Search

powered by carookee.com - eigenes profi-forum kostenlos

Design © trevorj