代码搜索:dataIn

找到约 2,888 项符合「dataIn」的源代码

代码结果 2,888
www.eeworm.com/read/343298/11959707

asv payload_pad_aligned.asv

function [out]=payload_pad_aligned(datain,length,rate); if(rate==[0 0 0 0 0]) Nibp6s=100; elseif(rate==[0 0 0 0 1]) Nibp6s=150; elseif(rate==[0 0 0 1 0]) Nibp6s=200; elseif(rat
www.eeworm.com/read/256461/11998756

v map_lpm_ram.v

module map_lpm_ram(dataout,datain,addr,we,inclk,outclk); input[15:0] datain; input[7:0] addr; input we,inclk,outclk; output[15:0] dataout; lpm_ram_dq ram(.data(datain),.address(addr),.we(we),.i
www.eeworm.com/read/255510/12077751

v map_lpm_ram.v

module map_lpm_ram(dataout,datain,addr,we,inclk,outclk); input[15:0] datain; input[7:0] addr; input we,inclk,outclk; output[15:0] dataout; lpm_ram_dq ram(.data(datain),.address(addr),.we(we),.i
www.eeworm.com/read/151718/12179248

eqn unicntr.fit.eqn

-- Copyright (C) 1991-2005 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 o
www.eeworm.com/read/339151/12254778

c constellation.c

/*****************************************************************************/ /* FIle Name : constellation.c */ /* Description : WiMax OFDM Subcarrier
www.eeworm.com/read/149182/12396827

v load_data2.v

`include "vga_sram.v" module load_data2(//input clk, // rscs1,radc1,ra1,rd1,rbw1,rwe1,roe1 ); input clk; //sram inout [31:0]rd1; wire [3
www.eeworm.com/read/149182/12396844

v vga4.v

`include "vga_sram.v" module vga4( //input clk,//50.350Mhz //output hor_clk, ver_clk, red, green, blue,
www.eeworm.com/read/230262/14294915

v ham_code_16t.v

`timescale 1ns/1ns module Ham_Code_16T (clk, rst, ack, datain, cout, dataout, req);
www.eeworm.com/read/230262/14294927

v ham_code_16r.v

`timescale 1ns/1ns module Ham_Code_16R(clk, rst, req, cin, datain, dataout, ack);
www.eeworm.com/read/230262/14294935

v ham_code_16rt.v

`timescale 1ns/1ns module Ham_Code_16RT(); //input signal reg clk,rst; reg req; reg [15:0] datain;