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
67fac0a1
Commit
67fac0a1
authored
Sep 28, 2018
by
Ille, Ondrej, Ing.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RBS_IND to RXNE_IND modification.
parent
d4e9898a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/Registers_Memory_Interface/canfd_registers.vhd
src/Registers_Memory_Interface/canfd_registers.vhd
+1
-1
test/lib/CANtestLib.vhd
test/lib/CANtestLib.vhd
+1
-1
No files found.
src/Registers_Memory_Interface/canfd_registers.vhd
View file @
67fac0a1
...
...
@@ -1814,7 +1814,7 @@ begin
'0'
;
-- When at least one message is availiable in the buffer
status_reg
(
R
BS
_IND
mod
8
)
<=
not
rx_empty
;
status_reg
(
R
XNE
_IND
mod
8
)
<=
not
rx_empty
;
status_reg
(
DOS_IND
mod
8
)
<=
rx_data_overrun
;
status_reg
(
ET_IND
mod
8
)
<=
'1'
when
(
PC_state
=
error
)
...
...
test/lib/CANtestLib.vhd
View file @
67fac0a1
...
...
@@ -3947,7 +3947,7 @@ package body CANtestLib is
status
.
error_warning
:
=
false
;
status
.
bus_status
:
=
false
;
if
(
data
(
R
BS
_IND
)
=
'1'
)
then
if
(
data
(
R
XNE
_IND
)
=
'1'
)
then
status
.
receive_buffer
:
=
true
;
end
if
;
...
...
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