Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Gateware
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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 Switch - Gateware
Commits
4223d807
Commit
4223d807
authored
3 years ago
by
Konstantinos Blantos
Committed by
Adam Wujek
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update wrsw_top_pkg.vhd
parent
2bc7c982
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
top/bare_top/wrsw_top_pkg.vhd
+1
-1
1 addition, 1 deletion
top/bare_top/wrsw_top_pkg.vhd
with
1 addition
and
1 deletion
top/bare_top/wrsw_top_pkg.vhd
+
1
−
1
View file @
4223d807
...
...
@@ -348,7 +348,7 @@ package wrsw_top_pkg is
clk_ref_i
:
in
std_logic
;
clk_dmtd_i
:
in
std_logic
;
clk_aux_i
:
in
std_logic
;
clk_ext_mul_i
:
in
std_logic_vector
(
g_num_ext_clks
-
1
downto
0
):
=
(
others
=>
'0'
);
--std_logic := '0';
clk_ext_mul_i
:
in
std_logic_vector
(
1
downto
0
):
=
(
others
=>
'0'
);
--std_logic := '0';
clk_ext_mul_locked_i
:
in
std_logic
:
=
'1'
;
--_vector(1 downto 0) := (others=>'0');
clk_sys_o
:
out
std_logic
;
cpu_wb_i
:
in
t_wishbone_slave_in
;
...
...
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