代码搜索结果

找到约 10,000 项符合 V 的代码

usiecntrdef.v

/****************************************** Filename: siecntrdef.v 1.7 ******************************************/ // one-hot state machine deinitions for cntr states parameter [2:0] CNTR

uusbdef.v

/****************************************** Filename: usbdef.v 1.2 ******************************************/ // PID types and bits parameter [3:0] PIDOUT = 4'b0001, PIDIN = 4'b1001,

ufifocont.v

module Ufifocont ( mcclock, usbclock, syncreset, mmcreset, fifowr, fiford, fifowraddr, fifordaddr, fifordready, fifowrready, datapacketok, datapacketnot

usienrzo.v

/****************************************** Filename: sienrzo.v 1.13 ******************************************/ /* The sienrzo module does the NRZi Output encoding including bit stuffing. I

usiecntr.v

/****************************************** Filename: siecntr.v 1.14 ******************************************/ /* The sie counter module counts active and inactive and se0. If inactive it

udualfifo.v

`timescale 1 ns / 100 ps module Udualfifo (waddr, datain, clk, wren, raddr, dataout); input [4:0] waddr; input [7:0] datain; input clk; input wren; input [4:0] raddr; ou

udevctl.v

// This file is made for M/C interface // This performs vender cmd decoding and generates the signal of commands reg. // This block is modified for set_descriptor for Vendor ID Setting module Ud

udualfiforx.v

`timescale 1 ns / 100 ps module Udualfiforx (waddr, datain, clk, wren, raddr, dataout); input [4:0] waddr; input [7:0] datain; input clk; input wren; input [4:0] raddr;

usienrzi.v

/****************************************** Filename: sienrzi.v 1.13 ******************************************/ /* The nrzi module extracts the data from the nrzi encoded data and removes th

ufiforxcont.v

module Ufiforxcont ( setcmdwr, getdata, mcclock, usbclock, syncreset, mmcreset, fifowr, fiford, fifowraddr, fifordaddr, fifordready, fifowrready, da