Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HOG registre decalage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Travail semestre SG
HOG registre decalage
Commits
709aaeb8
Commit
709aaeb8
authored
3 months ago
by
sebastie.gendre
Browse files
Options
Downloads
Patches
Plain Diff
Add a dummy test bench
parent
ea2d4f0b
Branches
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
Labo1B/tb_test.vhd
+29
-0
29 additions, 0 deletions
Labo1B/tb_test.vhd
with
29 additions
and
0 deletions
Labo1B/tb_test.vhd
0 → 100644
+
29
−
0
View file @
709aaeb8
------
--
-- Test bench to simulate success and error
--
-- Author: Sébastien Gendre
--
------
library
ieee
;
use
ieee
.
std_logic_1164
.
all
;
use
ieee
.
numeric_std
.
all
;
entity
dummy_test
is
end
dummy_test
;
architecture
arch
of
dummy_test
is
begin
monitor_process
:
process
()
begin
-- Uncomment the line you want to apply
assert
false
report
"Test of error"
severity
error
;
end
process
monitor_process
;
end
arch
;
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