代码搜索:adder
找到约 6,792 项符合「adder」的源代码
代码结果 6,792
www.eeworm.com/read/374593/9394314
pof adder1.pof
www.eeworm.com/read/374593/9394316
pin adder1.pin
-- Copyright (C) 1991-2007 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
www.eeworm.com/read/374593/9394317
sof adder1.sof
www.eeworm.com/read/374593/9394321
qpf adder1.qpf
# Copyright (C) 1991-2007 Altera Corporation
# Your use of Altera Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any outpu
www.eeworm.com/read/374593/9394323
vhd adder1.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY adder1 IS
PORT(a,b,cin:IN STD_LOGIC;
sum,cout:OUT STD_LOGIC);
END adder1;
ARCHITECTURE m OF adder1 IS
SIGNAL tmp1,tmp2,tmp3,tmp4,t
www.eeworm.com/read/374593/9394334
qws adder1.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
www.eeworm.com/read/374593/9394337
vwf adder1.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/374593/9394373