代码搜索:dataIn
找到约 2,888 项符合「dataIn」的源代码
代码结果 2,888
www.eeworm.com/read/385877/8783948
v segmain.v
module segmain(clk,reset_n,datain,seg_data,seg_com);
input clk;
input reset_n;
input[15:0]datain;
output[7:0]seg_data;
output[3:0]seg_com;
reg[3:0]seg_com;
reg[7:0]seg_data;
reg[3:0]bcd_le
www.eeworm.com/read/385876/8784295
v segmain.v
module segmain(clk,reset_n,datain,seg_data,seg_com);
input clk;
input reset_n;
input[15:0]datain;
output[7:0]seg_data;
output[3:0]seg_com;
reg[3:0]seg_com;
reg[7:0]seg_data;
reg[3:0]bcd_le
www.eeworm.com/read/427169/8970467
h bf.h
/* The data block processed by the encryption algorithm - 64 bits */
typedef unsigned long Blowfish_Data[2];
/* The key as entered by the user - size may vary */
typedef char Blowfish_UserKey[16];
/*
www.eeworm.com/read/373657/9444689
hier_info codeloc1k.hier_info
|codelock1
fa or88:inst2.q_temp[0]
q_temp[0] => Reg2:inst1.q_temp[0]
q_temp[1] => or88:inst2.q_temp[1]
q_temp[1] => Reg2:inst1.q_temp[1]
q_temp[2] => or88:inst2
www.eeworm.com/read/177025/9474143
c detect_pre.c
/*****************************************************************************/
/* FIle Name : detect_pre.c */
/* Description : WLAN detection of pre
www.eeworm.com/read/175784/9531730
hier_info tr_dff2.hier_info
|tr_dff2
clk => out_outp[0]~reg0.CLK
clk => out_outp[1]~reg0.CLK
in_outp[0] => out_outp[0]~reg0.DATAIN
in_outp[1] => out_outp[1]~reg0.DATAIN
out_outp[0]
www.eeworm.com/read/371254/9559737
hier_info median.hier_info
|median
clk => clk~0.IN3
reset => we0.ACLR
reset => we1.ACLR
reset => we2.ACLR
reset => en.PRESET
reset => over~reg0.ACLR
reset => img_x[10].ACLR
reset => img_x[9].ACLR
reset => img_x[8].ACLR
www.eeworm.com/read/366351/9820100
vwf vhdl5.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/366351/9820183
vwf vhdl5.sim.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/364280/9915020
v bin27seg.v
module bin27seg(clk,reset_n,write_n,writedata,seg_data,seg_com);
input clk;
input reset_n;
//input chipselect;
input write_n;
input [7:0]writedata;
output [7:0]seg_data;
output [7:0]seg_com;