代码搜索:dataIn

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

代码结果 2,888
www.eeworm.com/read/196815/8058266

v hmac_ccore_hmacdb2.v

module sha1_tb; wire [31:0] digestresult; wire sha1int; wire wr_wait; reg en; reg wr; reg reset; reg clk; reg [31:0] datain; reg [3:0] addr; parameter dely=10; //initial //$sdf_annotate("sha1_gate1
www.eeworm.com/read/196815/8058270

v sha1_ccore_db.v

module sha1_tb; wire [31:0] digestresult; wire sha1int; wire wr_wait; reg en; reg wr; reg reset; reg clk; reg [31:0] datain; reg [3:0] addr; parameter dely=10; //initial //$sdf_annotate("sha1_gate1
www.eeworm.com/read/196815/8058272

bak hmac_ccore_hmacdb.bak

module sha1_tb; wire [31:0] digestresult; wire sha1int; wire wr_wait; reg en; reg wr; reg reset; reg clk; reg [31:0] datain; reg [3:0] addr; parameter dely=10; //initial //$sdf_annotate("sha1_gate1
www.eeworm.com/read/145313/12736143

txt 汉明纠错吗编码器.txt

-- Hamming Encoder -- A 4-bit Hamming Code encoder using concurrent assignments. -- The output vector is connected to the individual parity bits using an aggregate assignment. -- download from: w
www.eeworm.com/read/145129/12752293

txt 汉明纠错吗编码器.txt

-- Hamming Encoder -- A 4-bit Hamming Code encoder using concurrent assignments. -- The output vector is connected to the individual parity bits using an aggregate assignment. -- download from: w
www.eeworm.com/read/145059/12754597

txt 汉明纠错吗编码器.txt

-- Hamming Encoder -- A 4-bit Hamming Code encoder using concurrent assignments. -- The output vector is connected to the individual parity bits using an aggregate assignment. -- download from: w
www.eeworm.com/read/141285/13024718

txt 汉明纠错编码器.txt

-- Hamming Encoder -- A 4-bit Hamming Code encoder using concurrent assignments. -- The output vector is connected to the individual parity bits using an aggregate assignment. -- download from: w
www.eeworm.com/read/141282/13024822

txt 汉明纠错编码器.txt

-- Hamming Encoder -- A 4-bit Hamming Code encoder using concurrent assignments. -- The output vector is connected to the individual parity bits using an aggregate assignment. -- download from: w
www.eeworm.com/read/140828/13060148

v sign_extend.v

//============================================================================= //sign extend Module: from 16-bits extend to 32-bits // input [15:0] dataIn; // output [31:0] dataOut; //===========
www.eeworm.com/read/326542/13136456

v baker.v

`timescale 1ns / 1ps ////////////////////////////////////////////////////////////////////////////////// // Company: // Engineer: // // Create Date: 01:05:17 09/24/2007 // Design Name: /