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
c6882d25
Commit
c6882d25
authored
6 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Use more suitable default g_sync_offset = 0.
parent
6cbab6d9
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
libraries/base/dp/tb/vhdl/dp_stream_stimuli.vhd
+3
-3
3 additions, 3 deletions
libraries/base/dp/tb/vhdl/dp_stream_stimuli.vhd
with
3 additions
and
3 deletions
libraries/base/dp/tb/vhdl/dp_stream_stimuli.vhd
+
3
−
3
View file @
c6882d25
...
@@ -51,9 +51,9 @@ ENTITY dp_stream_stimuli IS
...
@@ -51,9 +51,9 @@ ENTITY dp_stream_stimuli IS
g_flow_control
:
t_dp_flow_control_enum
:
=
e_active
;
-- always active, random or pulse flow control
g_flow_control
:
t_dp_flow_control_enum
:
=
e_active
;
-- always active, random or pulse flow control
-- initializations
-- initializations
g_sync_period
:
NATURAL
:
=
10
;
g_sync_period
:
NATURAL
:
=
10
;
g_sync_offset
:
NATURAL
:
=
7
;
g_sync_offset
:
NATURAL
:
=
0
;
g_data_init
:
NATURAL
:
=
0
;
-- choose some easy to recognize and unique value, data will increment at every
sop
g_data_init
:
NATURAL
:
=
0
;
-- choose some easy to recognize and unique value, data will increment at every
valid
g_bsn_init
:
STD_LOGIC_VECTOR
(
c_dp_stream_bsn_w
-1
DOWNTO
0
)
:
=
X"0000000000000000"
;
-- X"0877665544332211", bsn will increment at every sop
g_bsn_init
:
STD_LOGIC_VECTOR
(
c_dp_stream_bsn_w
-1
DOWNTO
0
)
:
=
TO_DP_BSN
(
0
)
;
-- X"0877665544332211", bsn will increment at every sop
g_err_init
:
NATURAL
:
=
247
;
-- choose some easy to recognize and unique value
g_err_init
:
NATURAL
:
=
247
;
-- choose some easy to recognize and unique value
g_err_incr
:
NATURAL
:
=
1
;
-- when 0 keep fixed at init value, when 1 increment at every sop
g_err_incr
:
NATURAL
:
=
1
;
-- when 0 keep fixed at init value, when 1 increment at every sop
g_channel_init
:
NATURAL
:
=
5
;
-- choose some easy to recognize and unique value
g_channel_init
:
NATURAL
:
=
5
;
-- choose some easy to recognize and unique value
...
...
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