热门

最新

红包

立Flag

投票

同城

我的

发布
aikaoladexuanwei
轩卫
5 年前
trueaikaoladexuanwei

entity alu is
Port ( CLK : in STD_LOGIC;
RST : in STD_LOGIC;
INPUT : in STD_LOGIC_VECTOR (15 downto 0);
OUTPUT : out STD_LOGIC_VECTOR (15 downto 0);
flag : out STD_LOGIC_VECTOR (15 downto 0)
);
end alu;

architecture Behavioral of alu is

signal clock : std_logic_vector(1 downto 0);
signal inputA,inputB,op, temp_Y: std_logic_vector(15 downto 0); -- oprand a and b, function output to y.
signal flags : std_logic_vector(15 downto 0);

begin

CSDN App 扫码分享
分享
评论
2
打赏
  • 复制链接
  • 举报
下一条:
我想问一下,现在bc35-g的设备接入华为云,通讯协议使用coap协议,怎么激活设备啊,oc用不了了,到处都是教oc怎么连的,都没有什么帖子有教新平台,求求大佬们教一下吧。
立即登录