代码搜索:Comp
找到约 10,000 项符合「Comp」的源代码
代码结果 10,000
www.eeworm.com/read/431224/8696858
jpg comp_wind.jpg
www.eeworm.com/read/431224/8697346
m fm_comp.m
function fm_comp(flag)
% FM_COMP define settings and operations of the GUI
% for creating new components
%
% FM_COMP(FLAG)
%
%see also FM_MAKE FM_COMPONENT FM_BUILD
%
%Author: Federico Mila
www.eeworm.com/read/430383/8752079
xco buffer_comp.xco
# Xilinx CORE Generator 6.1i
# Username = Administrador
# COREGenPath = C:\Winapp\Xilinx\coregen
# ProjectPath = E:\VHDL\PFCarrera\FPGA\Coregen
# ExpandedProjectPath = E:\VHDL\PFCarrera\FPGA\Coregen
#
www.eeworm.com/read/430383/8752150
xcp buffer_comp.xcp
# Xilinx CORE Generator 6.1i
SELECT Single_Port_Block_Memory Virtex2 Xilinx,_Inc. 5.0
CSET primitive_selection = Optimize_For_Area
CSET init_value = 0
CSET register_inputs = false
CSET write_enable_po
www.eeworm.com/read/430383/8752162
vhd buffer_comp.vhd
--------------------------------------------------------------------------------
-- This file is owned and controlled by Xilinx and must be used --
-- solely for design, simulation,
www.eeworm.com/read/430383/8752169
edn buffer_comp.edn
(edif test (edifVersion 2 0 0) (edifLevel 0) (keywordMap (keywordLevel 0))
(status (written (timeStamp 2004 10 9 1 3 47)
(author "Xilinx, Inc.")
(program "Xilinx CORE Generator" (version "Xilinx
www.eeworm.com/read/430383/8752211
vho buffer_comp.vho
--------------------------------------------------------------------------------
-- This file is owned and controlled by Xilinx and must be used --
-- solely for design, simulation,
www.eeworm.com/read/430329/8755922
m comp1.m
%例6.4 , comp1.m
%
clear
P=[0.7071 0.6402 0.000 -0.1961 0.1961 -0.9285 -0.8762 -0.8192;
0.7071 0.7682 -1.000 -0.9806 -0.9806 0.3714 0.4819 0.5735];
S=4;
[R,Q]=size(P);
net=newc(minmax(P),S);
www.eeworm.com/read/385377/8807617
v asyn_comp.v
//异步比较模块
module asyn_comp
#(
parameter
ADDR_WIDTH = 4
)
(
output wire asyn_empty,
output wire asyn_full,
input wire rst_n,
input wire [ADDR_WIDTH-1 : 0] w_ptr,
input wire [ADDR_WIDTH
www.eeworm.com/read/384940/8830180