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
2ffb9cb9
Commit
2ffb9cb9
authored
8 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Changed g_nof_blk_per_sync to positive so that it has to be >= 1
parent
1f61b744
No related branches found
Branches containing commit
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/tb_tb_dp_block_gen.vhd
+3
-3
3 additions, 3 deletions
libraries/base/dp/tb/vhdl/tb_tb_dp_block_gen.vhd
with
3 additions
and
3 deletions
libraries/base/dp/tb/vhdl/tb_tb_dp_block_gen.vhd
+
3
−
3
View file @
2ffb9cb9
...
...
@@ -36,16 +36,16 @@ BEGIN
-- > run -all --> OK
-- g_use_src_in : BOOLEAN := TRUE;
-- g_nof_data_per_block : NAT
U
RAL := 11;
-- g_nof_data_per_block : NATR
U
AL := 11;
-- g_nof_blk_per_sync : NATURAL := 8;
-- g_enable : t_dp_flow_control_enum := e_active; -- always e_active or e_pulse block generator enable
-- g_out_ready : t_dp_flow_control_enum := e_random; -- always e_active, e_random or e_pulse flow control
-- g_nof_repeat : NATURAL := 100
u_src_in_ready_
0
:
ENTITY
work
.
tb_dp_block_gen
GENERIC
MAP
(
TRUE
,
11
,
0
,
e_active
,
e_active
,
100
);
u_src_in_ready_
1
:
ENTITY
work
.
tb_dp_block_gen
GENERIC
MAP
(
TRUE
,
11
,
1
,
e_active
,
e_active
,
100
);
u_src_in_ready_8
:
ENTITY
work
.
tb_dp_block_gen
GENERIC
MAP
(
TRUE
,
11
,
8
,
e_active
,
e_random
,
100
);
u_src_in_ready_9
:
ENTITY
work
.
tb_dp_block_gen
GENERIC
MAP
(
TRUE
,
11
,
9
,
e_pulse
,
e_random
,
100
);
u_snk_in_valid_
0
:
ENTITY
work
.
tb_dp_block_gen
GENERIC
MAP
(
FALSE
,
11
,
0
,
e_active
,
e_active
,
100
);
u_snk_in_valid_
1
:
ENTITY
work
.
tb_dp_block_gen
GENERIC
MAP
(
FALSE
,
11
,
1
,
e_active
,
e_active
,
100
);
u_snk_in_valid_8
:
ENTITY
work
.
tb_dp_block_gen
GENERIC
MAP
(
FALSE
,
11
,
8
,
e_active
,
e_random
,
100
);
u_snk_in_valid_9
:
ENTITY
work
.
tb_dp_block_gen
GENERIC
MAP
(
FALSE
,
11
,
9
,
e_pulse
,
e_random
,
100
);
...
...
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