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
e1d9c6dc
Commit
e1d9c6dc
authored
9 years ago
by
Kenneth Hiemstra
Browse files
Options
Downloads
Patches
Plain Diff
ID_single_board not necessary anymore (singleboard addressed as unb=63)
parent
82af7816
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
boards/uniboard2/libraries/unb2_board/src/vhdl/ctrl_unb2_board.vhd
+0
-5
0 additions, 5 deletions
...iboard2/libraries/unb2_board/src/vhdl/ctrl_unb2_board.vhd
with
0 additions
and
5 deletions
boards/uniboard2/libraries/unb2_board/src/vhdl/ctrl_unb2_board.vhd
+
0
−
5
View file @
e1d9c6dc
...
...
@@ -221,8 +221,6 @@ END ctrl_unb2_board;
ARCHITECTURE
str
OF
ctrl_unb2_board
IS
SIGNAL
ID_single_board
:
STD_LOGIC_VECTOR
(
g_aux
.
id_w
-1
DOWNTO
0
);
-- Clock and reset
SIGNAL
i_xo_ethclk
:
STD_LOGIC
;
SIGNAL
i_xo_rst
:
STD_LOGIC
;
...
...
@@ -389,8 +387,6 @@ BEGIN
-- System info
cs_sim
<=
is_true
(
g_sim
);
ID_single_board
<=
"000000"
&
ID
(
1
DOWNTO
0
);
-- Debug: for single board application force bck_id = 0 to avoid need to set the bck_id input
u_mms_unb2_board_system_info
:
ENTITY
work
.
mms_unb2_board_system_info
GENERIC
MAP
(
g_sim
=>
g_sim
,
...
...
@@ -407,7 +403,6 @@ BEGIN
hw_version
=>
VERSION
,
id
=>
ID
,
--id => ID_single_board,
reg_mosi
=>
reg_unb_system_info_mosi
,
reg_miso
=>
reg_unb_system_info_miso
,
...
...
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