Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit core collection
Manage
Activity
Members
Labels
Plan
Issues
33
Issue boards
Milestones
Wiki
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit core collection
Commits
74d821a7
Commit
74d821a7
authored
1 year ago
by
Tristan Gingold
Browse files
Options
Downloads
Patches
Plain Diff
pxie-fmc: support aux pll
parent
fe370b69
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
board/pxie-fmc/xwrc_board_pxie_fmc.vhd
+6
-0
6 additions, 0 deletions
board/pxie-fmc/xwrc_board_pxie_fmc.vhd
with
6 additions
and
0 deletions
board/pxie-fmc/xwrc_board_pxie_fmc.vhd
+
6
−
0
View file @
74d821a7
...
...
@@ -73,6 +73,8 @@ entity xwrc_board_pxie_fmc is
-- size the generic diag interface
g_diag_ro_size
:
integer
:
=
0
;
g_diag_rw_size
:
integer
:
=
0
;
-- User-defined PLL_BASE outputs config
g_aux_pll_cfg
:
t_auxpll_cfg_array
:
=
c_AUXPLL_CFG_ARRAY_DEFAULT
;
g_aux_sdb
:
t_sdb_device
:
=
c_wrc_periph3_sdb
);
port
(
...
...
@@ -98,6 +100,8 @@ entity xwrc_board_pxie_fmc is
clk_sys_62m5_o
:
out
std_logic
;
-- 125MHz ref clock output
clk_ref_125m_o
:
out
std_logic
;
-- Configurable (with g_aux_pll_cfg) clock outputs from the main PLL_BASE
clk_pll_aux_o
:
out
std_logic_vector
(
3
downto
0
);
-- active low reset outputs, synchronous to 62m5 and 125m clocks
rst_sys_62m5_n_o
:
out
std_logic
;
rst_ref_125m_n_o
:
out
std_logic
;
...
...
@@ -283,6 +287,7 @@ begin -- architecture struct
g_fpga_family
=>
"zynqus"
,
g_with_external_clock_input
=>
FALSE
,
g_use_default_plls
=>
TRUE
,
g_aux_pll_cfg
=>
g_aux_pll_cfg
,
g_simulation
=>
g_simulation
)
port
map
(
areset_n_i
=>
areset_n_i
,
...
...
@@ -300,6 +305,7 @@ begin -- architecture struct
clk_62m5_sys_o
=>
clk_pll_62m5
,
clk_125m_ref_o
=>
clk_pll_125m
,
clk_62m5_dmtd_o
=>
clk_pll_dmtd
,
clk_pll_aux_o
=>
clk_pll_aux_o
,
pll_locked_o
=>
pll_locked
,
phy16_o
=>
phy16_to_wrc
,
phy16_i
=>
phy16_from_wrc
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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