代码搜索结果
找到约 10,000 项符合
V 的代码
compare.v
module compare(a,b,equal);
parameter size=1;
input [size-1:0]a,b;
output equal;
assign equal=(a==b)?1:0;
endmodule
binarytogray.v
module binarytogray (clk, reset, binary_input, gray_output);
input clk, reset;
input [3:0] binary_input;
output gray_output;
reg [3:0] gray_output;
always @ (posedge cl
nco.v
//
// NCO Demo (Numerically controlled Oscillator).
//
// One type of NCO is based on the idea of a continuously wrapping modulo
// counter. The NCO is a programmable modulo counter. For example
string.v
//
// Demonstrate how to display strings for a particular signal.
// This allows you to see a text string for a bus, which at times, might
// help out in debugging. This is not intended for synthe
epll.v
// megafunction wizard: %ALTPLL%
// GENERATION: STANDARD
// VERSION: WM1.0
// MODULE: altpll
// ============================================================
// File Name: EPLL.v
// Megafuncti
zero.v
//----- ! -------- W A R N I N G -------- ! -----
//----- ! -------- FIR COMPILER GENERATED FILE --- ! -----
//---------------------DO NOT ATTEMPT TO MODIFY! -----
@0 0
@1 0
@2 0
@3
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,
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,
des.v
/////////////////////////////////////////////////////////////////////
//// ////
//// DES
des.v
/////////////////////////////////////////////////////////////////////
//// ////
//// DES