代码搜索:adder
找到约 6,792 项符合「adder」的源代码
代码结果 6,792
www.eeworm.com/read/351497/10646990
v psp.v
module PSP(clk,HS,VS,DISP,LED,pspclk,pspdata,CE,OE,WE,BH,BL,ADDER,WR,wrdata,RamData,RST,RS);
input clk,WR,RST,RS;
input [15:0] wrdata;
inout [15:0] RamData;
output HS,VS,DISP,LED,pspclk,CE,OE,
www.eeworm.com/read/467448/7012792
prj proj1.prj
#-- Synplicity, Inc.
#-- Version 9.0
#-- Project file G:\eda\qdds\proj1.prj
#-- Written on Sat Jul 19 16:47:32 2008
#add_file options
add_file -vhdl -lib work "adder.vhd"
add_file -vhdl -lib
www.eeworm.com/read/467448/7012826
txt run_options.txt
#-- Synplicity, Inc.
#-- Version 9.0
#-- Project file G:\eda\qdds\rev_1\run_options.txt
#-- Written on Sat Jul 19 16:07:05 2008
#add_file options
add_file -vhdl -lib work "adder.vhd"
add_fil
www.eeworm.com/read/152187/12133534
abl muxadd.abl
module MuxAdd
title '5-bit ripple adder with input multiplex
Michael Holley Data I/O Corp. 26 Mar 1990'
muxadd device 'P22V10';
AddClk,Clr,Add10,Sub10,is_Ace pin 1, 9,
www.eeworm.com/read/336516/12440365
abl muxadd.abl
module MuxAdd
title '5-bit ripple adder with input multiplex
Michael Holley Data I/O Corp. 26 Mar 1990'
muxadd device 'P22V10';
AddClk,Clr,Add10,Sub10,is_Ace pin 1, 9,
www.eeworm.com/read/18335/784479
v resrcshr.v
// Without resource sharing you
// get an 8-bit adder and a 8-bit subtractor feeding a mux
module add_sub1(result, a, b, add_sub);
output [7:0] result;
input [7:0] a, b;
input add_sub;
reg [7:0]
www.eeworm.com/read/338629/3314494
xrf addere.xrf
vendor_name = Synplicity
source_file = 0, noname, synplify
source_file = 1, d:\synplicity\synplify_771\lib\vhd\std.vhd, synplify
source_file = 2, e:\qproj\addere\full_adder.vhd, synplify
source_fi
www.eeworm.com/read/338629/3314538
xrf addere.xrf
vendor_name = Synplicity
source_file = 0, noname, synplify
source_file = 1, d:\synplicity\fpga_81\lib\vhd\std.vhd, synplify
source_file = 2, e:\qproj\addere syn\full_adder.vhd, synplify
source_fil
www.eeworm.com/read/418153/2092342
sci awgn_f.sci
//AWGN_f Scicos Adder White Gaussian Noise block
//Classical interface function ver1.0 - scilab-3.0
//19 janvier 2005 Author : - IRCOM GROUP - A.Layec
function [x,y,typ]=AWGN_f(job,arg1,arg2)
x=[
www.eeworm.com/read/261703/4319713
v resrcshr.v
// Without resource sharing you
// get an 8-bit adder and a 8-bit subtractor feeding a mux
module add_sub1(result, a, b, add_sub);
output [7:0] result;
input [7:0] a, b;
input add_sub;
reg [7:0]