x393
1.0
FPGAcodeforElphelNC393camera
Main Page
+
Packages
Packages
+
Package Functions
All
Functions/Tasks/Always Construct
Variables
+
Design Unit List
Design Unit List
Design Units
Design Unit Hierarchy
+
Design Unit Members
+
All
1
2
3
5
7
8
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions/Tasks/Always Construct
_
a
c
e
f
g
l
p
r
s
t
w
+
Variables
1
2
3
5
7
8
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
File Members
+
All
c
d
s
u
+
Variables
c
d
s
u
•
All
Classes
Namespaces
Files
Functions
Variables
idelay_ctrl.v
Go to the documentation of this file.
1
39
`timescale 1ns/1ps
40
41
module
idelay_ctrl
42
//SuppressWarnings VEditor - IODELAY_GRP used in (* *) construnt
43
# (
parameter
IODELAY_GRP
=
"IODELAY_MEMORY"
44
) (
45
input
refclk
,
46
input
rst
,
47
output
rdy
48
);
49
`ifndef
IGNORE_ATTR
50
(*
IODELAY_GROUP
=
IODELAY_GRP
*)
51
`endif
52
53
IDELAYCTRL
idelay_ctrl_i
(
54
.
RDY
(
rdy
),
55
.
REFCLK
(
refclk
),
56
.
RST
(
rst
));
57
endmodule
58
59
idelay_ctrl.11255IODELAY_GRP
11255IODELAY_GRP"IODELAY_MEMORY"
Definition:
idelay_ctrl.v:43
idelay_ctrl
Definition:
idelay_ctrl.v:41
idelay_ctrl.11257rst
11257rst
Definition:
idelay_ctrl.v:46
idelay_ctrl.11256refclk
11256refclk
Definition:
idelay_ctrl.v:45
idelay_ctrl.IDELAYCTRL
idelay_ctrl_i IDELAYCTRL
Definition:
idelay_ctrl.v:53
idelay_ctrl.11258rdy
11258rdy
Definition:
idelay_ctrl.v:47
wrap
idelay_ctrl.v
Generated by
1.8.12