导航: 老古网老古论坛XMOS公共讨论区XMOS开源项目区单片机程序设计嵌入式系统广告区域
→求救

* 90197: 求救

   taiyang1999 
taiyang1999发表的帖子 

 求救
很简单的小程序,不知为什么总通不过

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

这是什么原因,郁闷,请大侠帮忙!!!谢谢

发表时间:2006年3月15日16:31:27

  
回复该帖

本主题共有 1 帖,分页:>>>>>该主题的所有内容[1]条

 *树形目录 只列出部分跟帖的标题以及简单的摘要信息 该主题的部分跟帖如下:

[上一篇帖子]:国际嵌入式认证上海招生....教学师资:IDETCO授权中心的授权培训工程师 IDETCO嵌
[下一篇帖子]:用C语言编程,最后结果在那里啊?是在DPTR中吗?#include<stdio.h> B