Type error resolving infix expression when compiling simple decoder

后端 未结 0 1179
感动是毒
感动是毒 2021-02-05 05:07

This is the code in vhdl:

enter library IEEE;
use IEEE.std_logic_1164.all;
entity DECODER_TWO is
port
(
SW : in std_logic_vector(2 downto 1);
LD : out std_logic_v         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题