Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
canbus
CTU CAN FD IP Core
Commits
681723e5
Commit
681723e5
authored
Dec 06, 2019
by
Ille, Ondrej, Ing.
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '341-port-direction-mismatch' into 'master'
src: Fix mismatching port direction. Closes
#341
See merge request
!301
parents
398dc192
42d6e899
Pipeline
#13764
passed with stage
in 16 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lib/can_components.vhd
src/lib/can_components.vhd
+1
-1
No files found.
src/lib/can_components.vhd
View file @
681723e5
...
...
@@ -243,7 +243,7 @@ package can_components is
sync_edge
:
out
std_logic
;
-- Time quanta edge
tq_edge
:
out
std_logic
;
tq_edge
:
in
std_logic
;
------------------------------------------------------------------------
-- CAN Core Interface
...
...
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