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
0fb45ce0
Commit
0fb45ce0
authored
3 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Clarified IN as default constant instead of SIGNAL in proc_dp_verify_sync().
parent
2556ef57
No related branches found
Branches containing commit
No related tags found
1 merge request
!132
Renamed proc_dp_verify_sync_v2() into overloaded proc_dp_verify_sync() and...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/base/dp/tb/vhdl/tb_dp_pkg.vhd
+3
-0
3 additions, 0 deletions
libraries/base/dp/tb/vhdl/tb_dp_pkg.vhd
with
3 additions
and
0 deletions
libraries/base/dp/tb/vhdl/tb_dp_pkg.vhd
+
3
−
0
View file @
0fb45ce0
...
...
@@ -477,6 +477,9 @@ PACKAGE tb_dp_pkg IS
bsn
:
IN
NATURAL
;
-- for reporting
expected_bsn
:
IN
NATURAL
;
-- for reporting
expected_sync
:
IN
STD_LOGIC
);
-- Note: A SIGNAL IN can only connect a SIGNAL. Therefore define IN as
-- default (= CONSTANT) instead of SIGNAL to be able to connect
-- VARIABLE or SIGNAL.
PROCEDURE
proc_dp_verify_sync
(
CONSTANT
c_sync_period
:
IN
NATURAL
;
CONSTANT
c_sync_offset
:
IN
NATURAL
;
...
...
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