代码搜索结果
找到约 10,000 项符合
V 的代码
statmach.v
module statmach(CLK,RESET,STRTSTOP,CLKEN,RST);
input CLK;
input RESET;
input STRTSTOP;
output CLKEN;
output RST;
reg CLKEN;
reg RST;
parameter [5:0] //synopsys enum STATE_TYPE
clear=6'
decode.v
module decode (ONE_HOT, BINARY);
input [3:0] BINARY;
output [9:0] ONE_HOT;
reg [9:0] ONE_HOT;
always@(BINARY)
case (BINARY)
4'b0001 : ONE_HOT = 10'b0000000001; // 1
4'b0010 : ONE_HOT =
des.v
/////////////////////////////////////////////////////////////////////
//// ////
//// DES
des.v
/////////////////////////////////////////////////////////////////////
//// ////
//// DES
crp.v
/////////////////////////////////////////////////////////////////////
//// ////
//// CRP
timescale.v
`timescale 1ns / 10ps
lfsr.v
/////////////////////////////////////////////////////////////////////
//// ////
//// Linear Feedback Shift Register
v2
# /etc/ipsec.conf - FreeS/WAN IPsec configuration file
# RCSID $Id: v2,v 1.1 2002/09/15 22:45:15 dhr Exp $
# More elaborate and more varied sample configurations can be found
# in FreeS/WAN's doc/exa
v1
# /etc/ipsec.conf - FreeS/WAN IPsec configuration file
# RCSID $Id: v1,v 1.1 2002/09/15 22:45:15 dhr Exp $
# More elaborate and more varied sample configurations can be found
# in FreeS/WAN's doc/exa
v2
# conn for OE for network behind us.
# Uses implicit conn OEself.
version 2.0
conn private-or-clear-behind
leftsubnet=192.0.2.0/24 # behind east
also=private-or-clear