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
9d34d274
Commit
9d34d274
authored
Sep 08, 2015
by
Alexey Grebenkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Few more typos - now test is running ok on vdt
parent
5260a2c5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
sata_phy_dev.v
device/sata_phy_dev.v
+2
-2
gtxe2_channel_wrapper.v
wrapper/gtxe2_channel_wrapper.v
+2
-1
No files found.
device/sata_phy_dev.v
View file @
9d34d274
...
@@ -293,7 +293,7 @@ ext_clock_buf(
...
@@ -293,7 +293,7 @@ ext_clock_buf(
.
ODIV2
()
.
ODIV2
()
)
;
)
;
GTXE2_CHANNEL
#(
gtxe2_channel_wrapper
#(
.
SIM_RECEIVER_DETECT_PASS
(
"TRUE"
)
,
.
SIM_RECEIVER_DETECT_PASS
(
"TRUE"
)
,
.
SIM_TX_EIDLE_DRIVE_LEVEL
(
"X"
)
,
.
SIM_TX_EIDLE_DRIVE_LEVEL
(
"X"
)
,
.
SIM_RESET_SPEEDUP
(
"FALSE"
)
,
.
SIM_RESET_SPEEDUP
(
"FALSE"
)
,
...
@@ -494,7 +494,7 @@ GTXE2_CHANNEL #(
...
@@ -494,7 +494,7 @@ GTXE2_CHANNEL #(
.
RX_DFE_XYD_CFG
(
13'b0000000000000
)
,
.
RX_DFE_XYD_CFG
(
13'b0000000000000
)
,
.
TX_PREDRIVER_MODE
(
1'b0
)
.
TX_PREDRIVER_MODE
(
1'b0
)
)
)
gtx
(
gtx
_wrapper
(
.
CPLLFBCLKLOST
()
,
.
CPLLFBCLKLOST
()
,
.
CPLLLOCK
(
cplllock
)
,
.
CPLLLOCK
(
cplllock
)
,
.
CPLLLOCKDETCLK
(
cplllockdetclk
)
,
.
CPLLLOCKDETCLK
(
cplllockdetclk
)
,
...
...
wrapper/gtxe2_channel_wrapper.v
View file @
9d34d274
...
@@ -18,6 +18,7 @@
...
@@ -18,6 +18,7 @@
* You should have received a copy of the GNU General Public License
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/> .
* along with this program. If not, see <http://www.gnu.org/licenses/> .
*******************************************************************************/
*******************************************************************************/
`define
OPEN_SOURCE_ONLY
module
gtxe2_channel_wrapper
(
module
gtxe2_channel_wrapper
(
// clocking ports, UG476 p.37
// clocking ports, UG476 p.37
input
[
2
:
0
]
CPLLREFCLKSEL
,
input
[
2
:
0
]
CPLLREFCLKSEL
,
...
@@ -553,7 +554,7 @@ parameter RX_CLK25_DIV = 6;
...
@@ -553,7 +554,7 @@ parameter RX_CLK25_DIV = 6;
parameter
TX_CLK25_DIV
=
6
;
parameter
TX_CLK25_DIV
=
6
;
`ifdef
OPEN_SOURCE_ONLY
`ifdef
OPEN_SOURCE_ONLY
GTXE2_
C
PL
#(
GTXE2_
G
PL
#(
`else
// OPEN_SOURCE_ONLY
`else
// OPEN_SOURCE_ONLY
GTXE2_CHANNEL
#(
GTXE2_CHANNEL
#(
`endif
// OPEN_SOURCE_ONLY
`endif
// OPEN_SOURCE_ONLY
...
...
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