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,前边都没错,也没警告,到了
仿真就出错了。
http://pan.baidu.com/s/1slwJxUH在我的 {MOD}下载一个破解器,放到bin文件下,生成一个license文件,然后打开把hostID改成自己网卡的,然后再添加,添加完设置一下环境变量。实在不行找个破解成功的同学呀帮忙吧
一周热门 更多>