⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
EclaireXL
All Projects
EclaireXL
Overview
Activity
Issues
News
Documents
Wiki
Forums
Files
Repository
Download (224 Bytes)
Statistics
| Revision:
repo2
/
eclaireXL_ITX
/
ddioclkctrl
/
ddioclkctrl_bb.v
@ 1475
View
History
Annotate
module
ddioclkctrl
(
inclk3x
,
inclk2x
,
inclk1x
,
inclk0x
,
clkselect
,
ena
,
outclk
);
input
inclk3x
;
input
inclk2x
;
input
inclk1x
;
input
inclk0x
;
input
[
1
:
0
]
clkselect
;
input
ena
;
output
outclk
;
endmodule
« Previous
1
…
4
5
6
7
8
…
10
Next »
(6-6/10)
Loading...