Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CTU CAN FD IP Core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
canbus
CTU CAN FD IP Core
Commits
2b3fa375
Commit
2b3fa375
authored
Sep 28, 2018
by
Martin Jeřábek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix template files
parent
757fee96
Pipeline
#2316
failed with stages
in 48 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
test/testfw/data/pkg_feature_exec_dispath-body.vhd
test/testfw/data/pkg_feature_exec_dispath-body.vhd
+2
-0
test/testfw/data/unit_wrappers.vhd
test/testfw/data/unit_wrappers.vhd
+2
-1
No files found.
test/testfw/data/pkg_feature_exec_dispath-body.vhd
View file @
2b3fa375
...
...
@@ -39,6 +39,8 @@
--
--------------------------------------------------------------------------------
Library
ieee
;
library
vunit_lib
;
library
work
;
context
vunit_lib
.
vunit_context
;
USE
IEEE
.
std_logic_1164
.
all
;
...
...
test/testfw/data/unit_wrappers.vhd
View file @
2b3fa375
...
...
@@ -39,7 +39,8 @@
--
--------------------------------------------------------------------------------
-- Configurations
{%
for
test
in
tests
%}
configuration
tbconf_
{{
test
}}
of
vunittb_wrapper
is
for
tb
for
i_test
:
CAN_test
use
entity
work
.
CAN_test
(
{{
test
}}
);
end
for
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment