链接
其他
JW Media Player
10 Jul.2008

vhdl 15位m序列发生 不指定

作者: 菜鸟学编程   分类:VHDL   出处:本站原创       | |
library a40mx;

use a40mx.all;

library ieee;

use ieee.std_logic_1164.all;

use ieee.std_logic_arith.all;

entity test is    port(qout:out std_logic;  clkin,clrin:in std_logic);

end test;

architecture structual of test is component dfcib    port(d:in std_logic; clk:in std_logic;  clr:in std_logic;  q:out std_logic);

end component;

component xnor2    port(a:in std_logic;          b:in std_logic;          y:out std_logic);

end component;

signal q1:std_logic;

signal q2:std_logic;

signal q3:std_logic;

signal q4:std_logic;

signal y1:std_logic;

begin qout<=q4;

u1:dfcib port map (y1,clkin,clrin,q1);

u2:dfcib port map (q1,clkin,clrin,q2);

u3:dfcib port map (q2,clkin,clrin,q3);

u4:dfcib port map (q3,clkin,clrin,q4);

u5:xnor2 port map (q3,q4,y1);

end structual;

作者:菜鸟学编程@Bo-Blog
地址:http://www.node-net.org/read.php?14
版权所有©转载时必须以链接形式注明作者和原始出处及本声明!


最新日志 随机日志 综合排行
  • 2011年终总结
  • 2011新的起点
  • 清明,写给张妙两岁孩...
  • 卡扎菲爱他的人民,但...
  • 研究生上完了,终于
  • 给力的一年
  • 让子弹飞,你看懂了几...
  • MFC EDIT控件...
  • 上调个税起征点为什么...
  • 水仙花数
  • 截至2009年中共党...
  • 世界最大对撞机将制造...
  • 东莞32镇街均出现手...
  • 2009年房市必熊的...
  • static
  • 打印以下图案(用字符...
  • vhdl 串入并出
  • 巴格达爆炸致250人...
  • 市民拍下7月下雪视频...
  • 存款准备金率上调0....
  • 猴子吃桃问题
  • 使用牛顿迭代法求根 ...
  • 输入一个字符串,把其...
  • 两个乒乓球队进行比赛...
  • 中俄与美国要大摊牌了...
  • 用迭代法求a的平方根...
  • 用递归法求n阶勒让德...
  • vhdl 15位m序...
  • 通过调用函数来求两个...
  • CSMA/CA和CS...
  • 时间:23:50 评论(1) 引用(0) 阅读(2537) Tags: , , , ,
    ch168
    2008/11/18 20:30
    这个程序library a40mx; 是你自己定义的吧。。放出这个程序我们也不明白啊。。
    分页: 1/1 第一页 1 最后页
    发表评论
      昵称 [注册]
      密码 (游客无需密码)
      网址
      电邮
    OpenID登入 权限选项 表情