library ieee;
use ieee.std_logic_1164.all;
en
tity first is
port(x:in std_logic_vector(1 downto 0);
y:out std_logic_vector(1 downto 0));
end first;
architecture behave of first is
begin
y(1)<=x(1);
y(0)<=x(0);
end behave;
刚下载的9.0,前边都没错,也没警告,到了
仿真就出错了。
你搜一下csdn上有个9.0的破解器,你要是不着急等我回家找找我以前的破解器发给你
一周热门 更多>