VLSI课内实验——RTL级并行前缀加法器设计(5)

尽现于笔端 分享 2021-04-05 下载文档

附:源代码

library ieee;

use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all;

entity adder is

port(a :in std_logic_vector(7 downto 0); b :in std_logic_vector(7 downto 0); ci :in std_logic; clk:in std_logic;

s :out std_logic_vector(7 downto 0); co :out std_logic); end entity;

architecture behav of adder is

signal g:std_logic_vector(7 downto 0); signal p:std_logic_vector(7 downto 0); signal c:std_logic_vector(7 downto 0); begin process(clk) begin

g(7) <= a(7) and b(7);


VLSI课内实验——RTL级并行前缀加法器设计(5).doc 将本文的Word文档下载到电脑

下一篇:现役军人入党申请书5篇

相关推荐
相关阅读
本类排行
× 游客快捷下载通道(下载后可以自由复制和排版)

下载本文档需要支付 7

支付方式:

开通VIP包月会员 特价:29元/月

注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信:xxxxxx QQ:xxxxxx