代码搜索:adder
找到约 6,792 项符合「adder」的源代码
代码结果 6,792
www.eeworm.com/read/282480/9091173
fft_hier_info
|fft
start => out1_im[6]~reg0.ENA
start => out1_im[5]~reg0.ENA
start => out1_im[4]~reg0.ENA
start => out1_im[3]~reg0.ENA
start => out1_im[2]~reg0.ENA
start => out1_im[1]~reg0.ENA
start => out1_
www.eeworm.com/read/387605/8663172
h expression.h
/*This program can solve simple formula
*by adder, subtraction, multiplication and division,
*whose operand is float, including minus float.
*/
//Expression.h
#if !defined (_EXPRESSION_HEAD_)
www.eeworm.com/read/180496/9304807
txt readme.txt
-------------------- synthsis files -----------------------------------------
Adder.v contain WordAdder module that add two 32bit word together
ALUComb.v The combinatinal logic module ALUComb p
www.eeworm.com/read/487590/6506016
vhd t181.vhd
--
-- This file tests the implementation of ranged integer (positive).
-- This code should infer the use of a 3 bits adder.
--
entity TEST is
port( A,B : in integer range 0 to 7;
Y :
www.eeworm.com/read/312645/3667174
h plf_intr.h
#ifndef CYGONCE_HAL_PLF_INTR_H
#define CYGONCE_HAL_PLF_INTR_H
//==========================================================================
//
// plf_intr.h
//
// A&M Adder platform s
www.eeworm.com/read/398200/2394019
h plf_intr.h
#ifndef CYGONCE_HAL_PLF_INTR_H
#define CYGONCE_HAL_PLF_INTR_H
//==========================================================================
//
// plf_intr.h
//
// A&M Adder platform specific
www.eeworm.com/read/282480/9091279
fft_syn_hier_info
|fft
clk => out2_re[7]~reg0.CLK
clk => out2_re[6]~reg0.CLK
clk => out2_re[5]~reg0.CLK
clk => out2_re[4]~reg0.CLK
clk => out2_re[3]~reg0.CLK
clk => out2_re[2]~reg0.CLK
clk => out2_re[1]~reg0.CLK
www.eeworm.com/read/487590/6506012
vhd t175.vhd
--
-- This file tests for resource sharing when using
-- identical expressions more than once inside a complex expression.
-- This code should create only one adder if resource sharing is handeled
www.eeworm.com/read/487590/6506032
vhd t174.vhd
--
-- This file tests for resource sharing when using
-- exclusive expressions outside the same if statement.
-- Only one adder and mux should result from the synthesis of that code.
--
entity T