No.90197 作者:taiyang1999 邮件:gchrjcb@126.com ID:49164 登陆:1次 文章数:1篇 最后登陆IP:221.222.38.37 最后登陆:2006/3/17 8:46:39 注册:2006/3/15 16:26:14 财富:105 发帖时间:2006/3/15 16:31:27 发贴者IP:221.220.50.222 标题:taiyang1999:求救 摘要:No.90197求救 很简单的小程序,不知为什么总通不过 library ieee; use ieee.std_logic_1164.all; entity aqw is port ( in1 : in bit_vector; in2 : in bit_vector; pout : out bit_vector ; cnt1: in bit); end aqw; architecture func of aqw is begin pout <= in1 when cnt1 ='0' else in2 ; end func 编译时出这样的错: project has no output or bidirection pins in the top_level design 这是什么原因,郁闷,请大侠帮忙!!!谢谢 ......
>>返回讨论的主题
|