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
1f9d9549
Commit
1f9d9549
authored
9 years ago
by
Jonathan Hargreaves
Browse files
Options
Downloads
Patches
Plain Diff
add _e3sge3 option (for unb2a) to technology wrapper
parent
54475e6f
No related branches found
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_xgmii_mac_clocks.vhd
+12
-0
12 additions, 0 deletions
libraries/technology/pll/tech_pll_xgmii_mac_clocks.vhd
with
12 additions
and
0 deletions
libraries/technology/pll/tech_pll_xgmii_mac_clocks.vhd
+
12
−
0
View file @
1f9d9549
...
...
@@ -79,6 +79,18 @@ BEGIN
);
END
GENERATE
;
gen_ip_arria10_e3sge3
:
IF
g_technology
=
c_tech_arria10_e3sge3
GENERATE
u0
:
ip_arria10_e3sge3_pll_xgmii_mac_clocks
PORT
MAP
(
pll_refclk0
=>
refclk_644
,
pll_powerdown
=>
rst_in
,
pll_locked
=>
pll_locked
,
outclk0
=>
i_clk_156
,
pll_cal_busy
=>
OPEN
,
outclk1
=>
i_clk_312
);
END
GENERATE
;
pll_locked_n
<=
NOT
pll_locked
;
-- The delta-cycle difference in simulation between i_clk and output clk is no issue because i_clk is only used to create rst which is not clk cycle critical
...
...
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