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
93b93831
Commit
93b93831
authored
3 years ago
by
Konstantinos Blantos
Committed by
Adam Wujek
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
top/bare_top/scb_top_sim: changed the given values of clk_ext_mul_i & clk_ext_mul_locked_i
parent
de8e6739
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/scb_top_sim.vhd
+2
-1
2 additions, 1 deletion
top/bare_top/scb_top_sim.vhd
with
2 additions
and
1 deletion
top/bare_top/scb_top_sim.vhd
+
2
−
1
View file @
93b93831
...
...
@@ -154,6 +154,7 @@ architecture rtl of scb_top_sim is
signal
i2c_sda_oen
:
std_logic_vector
(
2
downto
0
);
signal
i2c_sda_out
:
std_logic_vector
(
2
downto
0
);
signal
i2c_sda_in
:
std_logic_vector
(
2
downto
0
);
begin
-- rtl
...
...
@@ -190,7 +191,7 @@ begin -- rtl
-- clk_sys_i => clk_sys_i,
clk_aux_i
=>
clk_aux_i
,
clk_ext_mul_i
=>
'0'
,
clk_ext_mul_locked_i
=>
(
others
=>
'1'
)
,
clk_ext_mul_locked_i
=>
'1'
,
cpu_wb_i
=>
cpu_wb_in
,
cpu_wb_o
=>
cpu_wb_out
,
cpu_irq_n_o
=>
cpu_irq_n
,
...
...
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