Skip to content
GitLab
Explore
Sign in
Register
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
2df3a4c1
Commit
2df3a4c1
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Define c_natural_high.
parent
b0381e49
No related branches found
Branches containing commit
No related tags found
1 merge request
!292
Use default 0 for nxt_info to avoid X to decimal conversion error in sim_io.py...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/common/src/vhdl/common_pkg.vhd
+1
-0
1 addition, 0 deletions
libraries/base/common/src/vhdl/common_pkg.vhd
with
1 addition
and
0 deletions
libraries/base/common/src/vhdl/common_pkg.vhd
+
1
−
0
View file @
2df3a4c1
...
...
@@ -51,6 +51,7 @@ PACKAGE common_pkg IS
CONSTANT
c_64
:
NATURAL
:
=
64
;
CONSTANT
c_128
:
NATURAL
:
=
128
;
CONSTANT
c_256
:
NATURAL
:
=
256
;
CONSTANT
c_natural_high
:
NATURAL
:
=
2147483647
;
-- = 2**31 - 1 = NATURAL'HIGH;
-- widths and sizes
CONSTANT
c_halfword_sz
:
NATURAL
:
=
2
;
...
...
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