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
da3bccf4
Commit
da3bccf4
authored
Jul 12, 2018
by
Ille, Ondrej, Ing.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added comment.
parent
0bc02f86
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/CAN_Core/operationControl.vhd
src/CAN_Core/operationControl.vhd
+5
-1
No files found.
src/CAN_Core/operationControl.vhd
View file @
da3bccf4
...
...
@@ -171,6 +171,10 @@ begin
OP_State_r
<=
idle
;
end
if
;
----------------------------------------------------------------
-- Receiver
-- Unit is receiver of a frame.
----------------------------------------------------------------
when
reciever
=>
if
(
is_idle
=
'1'
)
then
OP_State_r
<=
idle
;
...
...
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