Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gtxe2_gpl
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
gtxe2_gpl
Commits
eb870af3
Commit
eb870af3
authored
Sep 07, 2015
by
Alexey Grebenkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added timescale for cpll
parent
c4c7e576
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
GTXE2_CHANNEL.v
GTXE2_CHANNEL.v
+2
-1
gtxe2_chnl_cpll.v
gtxe2_channel/gtxe2_chnl_cpll.v
+1
-0
No files found.
GTXE2_CHANNEL.v
View file @
eb870af3
/*******************************************************************************
/*******************************************************************************
* Module: GTXE2_CHANNEL
* Module: GTXE2_CHANNEL
* Date: 2015-09-0
3
* Date: 2015-09-0
7
* Author: Alexey
* Author: Alexey
* Description: emulates GTXE2_CHANNEL primitive behaviour.
* Description: emulates GTXE2_CHANNEL primitive behaviour.
* The file is gathered from multiple files
* The file is gathered from multiple files
...
@@ -69,6 +69,7 @@ assign TXOUTCLK = TXOUTCLKSEL == 3'b001 ? TXOUTCLKPCS
...
@@ -69,6 +69,7 @@ assign TXOUTCLK = TXOUTCLKSEL == 3'b001 ? TXOUTCLKPCS
:
/* 3'b000 */
1'b1
;
:
/* 3'b000 */
1'b1
;
endmodule
endmodule
`timescale
1
ps
/
1
ps
`define
GTXE2_CHNL_CPLL_LOCK_TIME 60
`define
GTXE2_CHNL_CPLL_LOCK_TIME 60
module
gtxe2_chnl_cpll
(
module
gtxe2_chnl_cpll
(
...
...
gtxe2_channel/gtxe2_chnl_cpll.v
View file @
eb870af3
...
@@ -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/> .
*******************************************************************************/
*******************************************************************************/
`timescale
1
ps
/
1
ps
`include
"gtxe2_chnl_cpll_def.v"
`include
"gtxe2_chnl_cpll_def.v"
module
gtxe2_chnl_cpll
(
module
gtxe2_chnl_cpll
(
// top-level interfaces
// top-level interfaces
...
...
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