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
94433576
Commit
94433576
authored
9 years ago
by
Daniel van der Schuur
Browse files
Options
Downloads
Patches
Plain Diff
-Reduced the number of design_name and design_note regs to still fit inside
the old address range.
parent
3f4624f4
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/uniboard1/libraries/unb1_board/src/vhdl/unb1_board_system_info_reg.vhd
+2
-2
2 additions, 2 deletions
...raries/unb1_board/src/vhdl/unb1_board_system_info_reg.vhd
with
2 additions
and
2 deletions
boards/uniboard1/libraries/unb1_board/src/vhdl/unb1_board_system_info_reg.vhd
+
2
−
2
View file @
94433576
...
...
@@ -76,9 +76,9 @@ END unb1_board_system_info_reg;
ARCHITECTURE
rtl
OF
unb1_board_system_info_reg
IS
CONSTANT
c_nof_fixed_regs
:
NATURAL
:
=
2
;
-- info, use_phy
CONSTANT
c_nof_design_name_regs
:
NATURAL
:
=
1
6
;
-- design_name
CONSTANT
c_nof_design_name_regs
:
NATURAL
:
=
1
3
;
-- design_name
CONSTANT
c_nof_stamp_regs
:
NATURAL
:
=
3
;
-- date, time, svn rev
CONSTANT
c_nof_design_note_regs
:
NATURAL
:
=
1
6
;
-- note
CONSTANT
c_nof_design_note_regs
:
NATURAL
:
=
1
3
;
-- note
CONSTANT
c_nof_regs
:
NATURAL
:
=
c_nof_fixed_regs
+
c_nof_design_name_regs
+
c_nof_stamp_regs
+
c_nof_design_note_regs
;
...
...
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