Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
x393_sata
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
x393_sata
Commits
5260a2c5
Commit
5260a2c5
authored
Sep 08, 2015
by
Alexey Grebenkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo in gtxe2_wrapper fixed
parent
340db2c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
gtxe2_channel_wrapper.v
wrapper/gtxe2_channel_wrapper.v
+7
-3
No files found.
wrapper/gtxe2_channel_wrapper.v
View file @
5260a2c5
...
...
@@ -553,9 +553,9 @@ parameter RX_CLK25_DIV = 6;
parameter
TX_CLK25_DIV
=
6
;
`ifdef
OPEN_SOURCE_ONLY
GTXE2_CPL
gtx_gpl
#(
GTXE2_CPL
#(
`else
// OPEN_SOURCE_ONLY
GTXE2_CHANNEL
gtx_unisims
#(
GTXE2_CHANNEL
#(
`endif
// OPEN_SOURCE_ONLY
// simulation common attributes, UG476 p.28
.
SIM_RESET_SPEEDUP
(
SIM_RESET_SPEEDUP
)
,
...
...
@@ -807,7 +807,11 @@ GTXE2_CHANNEL gtx_unisims #(
.
RX_CLK25_DIV
(
RX_CLK25_DIV
)
,
.
TX_CLK25_DIV
(
TX_CLK25_DIV
)
)
(
`ifdef
OPEN_SOURCE_ONLY
gtx_gpl
(
`else
// OPEN_SOURCE_ONLY
gtx_unisims
(
`endif
// OPEN_SOURCE_ONLY
// clocking ports, UG476 p.37
.
CPLLREFCLKSEL
(
CPLLREFCLKSEL
)
,
.
GTGREFCLK
(
GTGREFCLK
)
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment