Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
1b42ddee
Commit
1b42ddee
authored
10 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Added tech_pll_clk_644_10ppm for 10 ppm offset to 644.53125 MHz period.
parent
fb3a555f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/technology/pll/tech_pll_component_pkg.vhd
+3
-0
3 additions, 0 deletions
libraries/technology/pll/tech_pll_component_pkg.vhd
with
3 additions
and
0 deletions
libraries/technology/pll/tech_pll_component_pkg.vhd
+
3
−
0
View file @
1b42ddee
...
...
@@ -26,10 +26,13 @@ USE IEEE.STD_LOGIC_1164.ALL;
PACKAGE
tech_pll_component_pkg
IS
-- Choose multiple of 16 fs to avoid truncation by simulator
CONSTANT
tech_pll_clk_644_period
:
TIME
:
=
1551520
fs
;
-- = 1.551520 ns ~= 644.53125 MHz
CONSTANT
tech_pll_clk_156_period
:
TIME
:
=
(
tech_pll_clk_644_period
*
33
)
/
8
;
-- = 6.400020 ns ~= 156.25 MHz
CONSTANT
tech_pll_clk_312_period
:
TIME
:
=
(
tech_pll_clk_644_period
*
33
)
/
16
;
-- = 3.200010 ns ~= 312.5 MHz
-- Reference clock offset: +100 ppm ~= 155 fs ~= 9*16 = 144 fs
CONSTANT
tech_pll_clk_644_10ppm
:
TIME
:
=
16
fs
;
-----------------------------------------------------------------------------
-- ip_stratixiv
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment