This website works better with JavaScript.
Explore
Register
Sign In
cores
/
a2o
mirror of
https://github.com/OpenPOWERFoundation/a2o
Watch
3
Star
1
Fork
You've already forked a2o
1
Code
Issues
Projects
Releases
Wiki
Activity
c309e9145c
a2o
/
dev
/
verilog
/
unisims_soc
/
IDELAYCTRL.v
11 lines
100 B
Verilog
Raw
Blame
History
module
IDELAYCTRL
#
(
)
(
output
RDY
,
input
REFCLK
,
input
RST
)
;
assign
RDY
=
!
RST
;
endmodule
Reference in New Issue
View Git Blame
Copy Permalink