t1 aufgabe1.5.4
2004-07-11 13:30
Anonymer User
hi,
wollte nur mal fragen bei der musterlösung für die Entity von einem Mux-4-1
ENTITY MUX-4-1 IS
PORT(in_a, in_b : IN std_logic;
in_c, in_d : IN std_logic;
sel : IN std_logic_vector(1 DOWNTO 0);
dout : OUT std_logic);
END MUX-4-1;
Die PORT-Anweisung hätte man ja auch so schreiben können, oder nicht?
PORT(in_a, in_b, in_c, in_d : IN std_logic;
sel : IN std_logic_vector(1 DOWNTO 0);
dout : OUT std_logic);
wollte nur mal fragen bei der musterlösung für die Entity von einem Mux-4-1
ENTITY MUX-4-1 IS
PORT(in_a, in_b : IN std_logic;
in_c, in_d : IN std_logic;
sel : IN std_logic_vector(1 DOWNTO 0);
dout : OUT std_logic);
END MUX-4-1;
Die PORT-Anweisung hätte man ja auch so schreiben können, oder nicht?
PORT(in_a, in_b, in_c, in_d : IN std_logic;
sel : IN std_logic_vector(1 DOWNTO 0);
dout : OUT std_logic);