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
5fc4fb3d
Commit
5fc4fb3d
authored
4 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Fixed expected cnt.
parent
a6c9698c
No related branches found
Branches containing commit
No related tags found
3 merge requests
!28
Master
,
!25
Resolve L2SDP-100
,
!23
Resolve L2SDP-100
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/dsp/si/tb/vhdl/tb_si.vhd
+2
-2
2 additions, 2 deletions
libraries/dsp/si/tb/vhdl/tb_si.vhd
with
2 additions
and
2 deletions
libraries/dsp/si/tb/vhdl/tb_si.vhd
+
2
−
2
View file @
5fc4fb3d
...
@@ -238,8 +238,8 @@ BEGIN
...
@@ -238,8 +238,8 @@ BEGIN
END
IF
;
END
IF
;
ELSE
ELSE
-- Verify expected number of clip_even (when in_sop is at even) and clip_odd (when in_sop is at odd)
-- Verify expected number of clip_even (when in_sop is at even) and clip_odd (when in_sop is at odd)
ASSERT
cnt_even
=
12
REPORT
"Wrong number of expected c_min to c_max at even index"
SEVERITY
ERROR
;
ASSERT
cnt_even
=
4
REPORT
"Wrong number of expected
clipped
c_min to c_max at even index"
SEVERITY
ERROR
;
ASSERT
cnt_odd
=
4
REPORT
"Wrong number of expected clipped c_min to c_max at odd index"
SEVERITY
ERROR
;
ASSERT
cnt_odd
=
12
REPORT
"Wrong number of expected clipped c_min to c_max at odd index"
SEVERITY
ERROR
;
WAIT
;
WAIT
;
END
IF
;
END
IF
;
END
PROCESS
;
END
PROCESS
;
...
...
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