代码搜索结果
找到约 7,641 项符合
V 的代码
decode_cmb2.v
module decode_cmb2 (addr, CS, cs1, cs2, cs3, cs4);
input [7:0] addr; // only the 2 MSB bits used
input CS; // Low effect
output cs1, cs2, cs3, cs4; // Low effect
wire cs1,
decode_cmb.v
module decode_cmb (addr, CS, cs1, cs2, cs3, cs4);
input [7:0] addr; // only the 2 MSB bits used
input CS; // Low effect
output cs1, cs2, cs3, cs4; // Low effect
reg cs1, cs
decode_cmb.v
module decode_cmb (addr, CS, cs1, cs2, cs3, cs4);
input [7:0] addr;
input CS; // Low effect
output cs1, cs2, cs3, cs4; // Low effect
reg cs1, cs2, cs3, cs4;
parameter
hellovlog.v
//以下是编译指令,定义时间单位和时间精度
`timescale 1ns / 100ps
//以下是module名称, 端口列表
module HelloVlog ( Clock, Reset_n, A_in, B_in, Sel_in, A_xor_out, B_xor_out );
//以下是输入和输出端口声明
input Clock;
input Reset_n;
i
wch_fht.v
module wch_fht(Clk,Reset,
PreFhtStar,
In0,In1,In2,In3,In4,In5,In6,In7,
In8,In9,In10,In11,In12,In13,In14,In15,
Out0,Out1,Out2,Out3,Out4,Out5,Out6,Out7,Ou
fht_unit2.v
/************************************************************************/
/* Fast Hadamard */
/***********************************************
fht_unit4.v
/************************************************************************/
/* Fast Hadamard */
/***********************************************
fhtpart.v
module fhtpart(Clk,Reset,FhtStarOne,FhtStarTwo,FhtStarThree,FhtStarFour,
I0,I1,I2,I3,I4,I5,I6,I7,I8,
I9,I10,I11,I12,I13,I14,I15,
Out0,Out1,Out2,Out3,Out4,Out5,Out6,
fht_unit1.v
/************************************************************************/
/* Fast Hadamard */
/***********************************************
fht_unit3.v
/************************************************************************/
/* Fast Hadamard */
/***********************************************