Selected Signal Assignment
- What are the values for a
- Answer: {¡®0¡¯,¡¯1¡¯,¡¯X¡¯,¡¯Z¡¯}
- Therefore, is the WHEN OTHERS
sel has a STD_LOGIC data type
USE ieee.std_logic_1164.all;
PORT ( a, b, sel : IN STD_LOGIC;
ARCHITECTURE logic OF cmpl_sig IS
-- selected signal assignment