Baglingseller



Warning: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 56

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 198

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 198
VHDL Grundlagen


Aufbau eines VHDL Projektes PDF Drucken E-Mail
Geschrieben von: Administrator   

Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 117

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 245

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 249

Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 250
Samstag, den 10. April 2010 um 15:54 Uhr

Aufbau eines VHDL Projektes

Ein VHDL-Projekt besteht üblicherweise aus mehreren Teilen:

− Package

Package nennt man die Festlegung auf die herkömmlichen Dinge in VHDL. Häufig enthält das Package die verwendeten Bibliotheken. Das ist sehr ähnlich mit den Header-Files von C Projekten.

− Entity

Die Entitiy beschreibt die Schnittstellen des Systems. Ferne unterscheidet man in der Entity zwischen Signalen und Variablen. Variablen in VHDL sind beinahe identisch mit Variabeln in anderen Programmiersprachen.

Signale sind eine Eigenart von VHDL.

Ein Signal ist eine größe die einen physischen Eingang bzw. Ausgang entspricht.

Die Entitiy wird gemeinhin auch als Blackbox bezeichnet. Man sieht den Ein bzw. Ausgang, weiß aber nichts über das innere Verhalten.

− Architechture

Die Architecture entspricht der eigentlichen Funktionsbeschreibund. Sie enthält den Hauptcode der Funktion.

− Configuration

Die Configuration verknüpft die Entitiy mit einer Architecture.

Durch eine Configuration kann man die Architecture für eine Entity austauschen.

Nun verhält sich derselbe Baustein auf einer Platine anders. Die Möglichkeiten einen Baustein häufiger einzusetzen steigt und wirkt sich somit positiv auf den Kostennutzenfaktor aus.

− Testbench

Der Testbench simuliert das beschriebene System. Bei großen Schaltungen ist es unumgänglich die Funktion der verwendeten Bausteine zu testen.

Man spielt mit den Eingangsignalen und stellt somit ein gewünschtes Ausgangsignal ein.

 


Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 117

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 245

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 249

Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 250
Zuletzt aktualisiert am Samstag, den 10. April 2010 um 17:17 Uhr
 
Logikoperationen in VHDL PDF Drucken E-Mail
Geschrieben von: Administrator   

Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 117

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 245

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 249

Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 250
Samstag, den 10. April 2010 um 17:11 Uhr

Die Logikoperationen von VHDL

In der Schaltungselektronik gibt es nur zwei Zustände „Wahr oder „Falsch“. Die einfachste Schaltung ist eine Batterie mit einer Lampe. Sind beide Kabel an der Batterie mit der Lampe verbunden so ist der Stromkreis geschlossen und die Lampe brennt.

Diesen Zustand kann man Wahr nennen. Maschinen kennen nun die Bedeutung von Wahr oder Falsch im Grunde genommen nicht. Aus diesem Grund verwendet man die Zahlen Null und Eins. Eins bedeutet die Schaltung bzw. der Stromkreis ist geschlossen.

Also ist jede Operation die eine Schaltung durchführt, nicht weiter als eine Geniale Verknüpfung von 1en und 0en.

Es gibt 4 Logikverknüpfungen um die 1en und 0en zu verknüpfen.

  1. Die Konjunktion „UND“

Die Konjunktion steht für UND. Das heißt um am Ende das Ergebnis 1 (Wahr) zu erhalten, müssen alle Teile ebenfalls 1 sein.

Bsp.

a1^a2 = a1 und a2 =a1*a2=a1a2

Die Wahrheitstabelle für eine Konjunktion sieht folgendermaßen aus.

 

a1

a2

Y

0

0

0

0

1

0

1

0

0

1

1

1

 

Fazit: Bei einer UND-Verknüpfung ist das Ergebnis nur dann eine 1 wenn alle Teile eine 1 sind.

  1. Distribution „ODER“

Die Distribution steht für ein Oder. Das heißt entweder ist das eine oder das andere Element eine 1 um auf das Ergebnis einer 1 zu gelangen.

Bsp. a1 oder a2 = a1 + a2

Die Wahrheitstabelle für eine Distribution sieht folgendermaßen aus.

 

a1

a2

Y

1

0

1

0

1

1

0

0

0

1

1

1

 

Fazit: Bei einer Oder-Verknüpfung ist das Ergebnis auch dann eine 1 wenn nur einer der Elemente eine 1 ist.

  1. Negation

Eine Negation ist einfach die umkehr eines Elementes.

 

Bsp. a1 = negiertes a1

a1= 0 => a1 quer = 1

  1. Don´t Care

Don´t Care heißt soviel wie „Schei.. drauf“. Das Don´t Care wird bei zusammenfassenden Wahrheitstabellen verwendet. Häufig sind mehr als 2 Elemente verknüpft dabei kommt es vor das die 1 und 0 der Elemente nicht mehr wichtig sind für die Wahrheit des Ergebnisses.

Bsp. a1 und a2 (quer) oder a3 = y oder anders geschrieben a1*a2(quer)+a3 = y

Die Wahrheitstabelle für eine komplexe Logikschaltung sieht folgendermaßen aus.

 

a1

a2

a3

y

0

0

0

0

0

0

1

1

0

1

0

0

0

1

1

1

1

0

0

1

1

0

1

1

1

1

0

0

1

1

1

1

a2

1

1

0

0

1

1

0

0

 

Achtung: Die Spalte a2 ist ja Negiert, also müsst Ihr die Spalte die Werte immer gegenteilig lesen. Bsp.

Die Anzahl der Möglichkeiten die man ausprobieren muss entspricht 2 Hoch der Anzahl der freien Variabeln.

Bsp. Hier haben wir 3 Variabeln/ Elemente, also a1, a2 und a3. Somit folgt das man 2 hoch drei unterschiedliche Kombinationen bilden kann. Also 2*2*2=8. Diese 8 Zeilen sehen wir oben. Wenn Ihr die Aufstellung macht ist die Reigenfolge total Egal. Ich fange aber gerne damit an die 1er von rechts beginnend, nach links weiter zu schicken. Also zuerst 000, dann 001 und dann 010 und so weiter.

 


Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 117

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 245

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 249

Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 250
Zuletzt aktualisiert am Samstag, den 10. April 2010 um 17:17 Uhr
 
Signale, Typen und Vektoren in VHDL PDF Drucken E-Mail
Geschrieben von: Administrator   

Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 117

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 245

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 249

Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 250
Freitag, den 23. Juli 2010 um 17:44 Uhr

Signale, Typen und Vektoren in VHDL

Grundlage ist die VHDL-Schaltung die auf dem Folgenden Bild zu sehen ist.

Die VHDL-Schaltung besteht aus 3 Elementen, genannt Blöcke. Aus einem Zähler, einem Multiplexer und einem Decoder.

Diese Elemente sind untereinander mit Signalen verbunden. Dir ist es hoffentlich bereits ersichtlich, dass es sich bei dieser Darstellung um ein Blockdiagramm handelt.

Das soll dazu dienen das zu bearbeitende Problem auf mehrere kleine Teilprobleme zu verteilen.

Die VHDL-Schaltung soll einen Zählerstand von 0-9 oder eine physische Zahleneingabe von 0-9, der Schalter S0, S1, S2 und S3 in Abhängigkeit von einem besonderen Wahlschalter SELECT auf eine Siebensegmentanzeige (Eine Anzeige mit der alten Zahlendarstellung von bis zu max. 7 Teilstrichen). Diese Siebensegmentanzeige kann zusätzlich über einen Schalter ON aktiviert oder deaktiviert werden.

Mit den Tasten C und R kann dieser Zähler auf Null gestellt werden oder hochgezählt werden.

Dieser Aufbau eignet sicher sehr gut für einen späteren Entwurf in VHDL,

weil in VHDL das Programmieren prinzipiell auch in Blöcken, die untereinander mit den entsprechenden Signalen verbunden sind, erfolgt.

Konventionen in VHDL

Es folgen einige wichtige Regeln für VHDL, die genaueren Erklärungen erfolgen etwas später.

 


Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 117

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 245

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 249

Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 250
Zuletzt aktualisiert am Freitag, den 23. Juli 2010 um 17:45 Uhr
 
Namensregeln in VHDL PDF Drucken E-Mail
Geschrieben von: Administrator   

Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 117

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 245

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 249

Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 250
Freitag, den 23. Juli 2010 um 17:45 Uhr

Namensregeln in VHDL

Für sämtlich folgende Ausführungen und den eigenen VHDL-Entwurf gilt stets.

  • VHDL unterscheidet nicht zwischen Groß- und Kleinschreibung
  • Es muss mit einem Buchstaben in VHDL begonnen werden
  • Es dürfen keine Schlüsselwörter in VHDL verwendet werden

Da du nicht alle VHDL-Schlüsselwörter kennst, solltest du vorab einen VHDL-Editor verwenden, welcher die VHDL-Schlüsselwörter Hervorhebt.

 


Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 117

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 245

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 249

Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 250
Zuletzt aktualisiert am Freitag, den 23. Juli 2010 um 17:47 Uhr
 
Kommentare in VHDL PDF Drucken E-Mail
Geschrieben von: Administrator   

Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 117

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 245

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 249

Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 250
Freitag, den 23. Juli 2010 um 17:47 Uhr

Kommentare

Um einen Kommentar zu erstellen verwenden man einen doppelten Bindestrich „- -„

Dieser Kommentar endet auch in dieser Zeile. Will man etwas mehr schreiben so muss man in der nächsten Zeile wieder zwei Bindestriche verwenden um einen neuen Kommtar zu erstellen oder den alten Kommentar zu vollenden.

entity Multiplexer is             -- Dieser Block behandelt einen 2_zu_1 Multiplexer

port

(

S: in bit; -- Steuereingang zur Signalauswahl

A, B: in bit; -- Dateneingänge

Y: out bit -- Datenausgang

);

end;

 


Warning: mktime() [function.mktime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 117

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 245

Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 249

Warning: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /var/www/web1232/html/Vhdl-Code/libraries/joomla/utilities/date.php on line 250
Zuletzt aktualisiert am Freitag, den 23. Juli 2010 um 17:48 Uhr
 
<< Start < Zurück 1 2 3 Weiter > Ende >>

Seite 1 von 3