代码搜索结果
找到约 10,000 项符合
V 的代码
udevconnections.v
/*
This file includes all the io signal connections for the
module instantiation that are specific to endpoints
*/
.currentalternatesetting (currentalternatesetting),
// connections to e
usiedcddef.v
/******************************************
Filename: siedcddef.v 1.4
******************************************/
// decoded state machine deinitions for dcd states
parameter [3:0]
DCDIDL
uvendorconnections.v
.setmode(setmode),
.getstatus(getstatus),
.getstatuscheck(getstatuscheck),
.getdata(getdata),
.setcmdwr(setcmdwr),
.setcmdrd(setcmdrd),
.gpiopin0(gpiopin0),
.wpb(wpb),
.gpiopin1(gpiop
udevendpoints.v
/*
This file includes the specific endpoint input and output
delcarations as well as the reg declarations for those
signals.
*/
// This next session describes our endpoints and is specific
// t
usienrzidef.v
/******************************************
Filename: sienrzidef.v 1.3
******************************************/
// one-hot state machine deinitions for nrzi states
parameter [3:0]
NRZIID
udevios.v
/*
This file includes all the io signals for the
module declaration that are specific to endpoints
*/
currentalternatesetting,
//endp0noncorecmd,
endp0rddata, // for device endpoint 0 co
udevctldef.v
// decoded state machine definitions for ctl states
// 4'b0111 is unused
parameter [3:0]
CTLIDLE = 4'b0000,
CTLSETUP = 4'b0001,
CTLDIN = 4'b0010,
CTLDOUT = 4'b0011,
CTLWAIT4DATA = 4'b01
udevreadmux.v
/*
This file includes the read and write strobes as well as the
read multiplexor which is specific to the endpoint configuration.
*/
// create endpoint write signals here
assign corecomman
usiepktdef.v
/******************************************
Filename: siepktdef.v 1.3
******************************************/
/*
// decoded state machine deinitions for pkt states
parameter [3:0]
PKTI
usienrzodef.v
parameter [7:0]
NRZOIDLE = 8'b00000001,
NRZOONE0 = 8'b00000010,
NRZOONE1 = 8'b00000100,
NRZOONE2 = 8'b00001000,
NRZOONE3 = 8'b00010000,
NRZOONE4 = 8'b00100000,
NRZOONE5 = 8