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,前边都没错,也没警告,到了
仿真就出错了。
没有破解完全,我记得这个quartus9.0有破解步骤呀,我不用这个软件好久了,但是电脑上还装着,好久之前破解的,破解完这样。
一周热门 更多>