[[dt-code]]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
dt-code [2011/01/10 12:52]
beckmanf Funktionale Beschreibung des Multiplexers eingefügt.
dt-code [2011/04/07 11:54]
beckmanf with select repariert
Line 42: Line 42:
       b_i : in std_ulogic;       b_i : in std_ulogic;
       y_o : out std_ulogic);​       y_o : out std_ulogic);​
 +  end component; ​     ​
       ​       ​
   component or_gate   component or_gate
Line 48: Line 49:
       b_i : in std_ulogic;       b_i : in std_ulogic;
       y_o : out std_ulogic);​       y_o : out std_ulogic);​
-  ​+  ​end component;​ 
 +    ​
   component inv_gate   component inv_gate
     port(     port(
       a_i : in std_ulogic;       a_i : in std_ulogic;
       y_o : out std_ulogic);​       y_o : out std_ulogic);​
-      ​+  end component;​ 
 +        ​
   signal s1 : std_ulogic;   signal s1 : std_ulogic;
   signal s2 : std_ulogic;   signal s2 : std_ulogic;
Line 213: Line 216:
 with s_i select with s_i select
   y_o <= a_i when '​0',​   y_o <= a_i when '​0',​
-  y_o <= b_i when '​1';​+         b_i when '​1';​
  
 end rtl-6 end rtl-6
  • dt-code.txt
  • Last modified: 2024/03/12 00:19
  • by beckmanf