Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
canbus
CTU CAN FD IP Core
Commits
b4f5f12f
Commit
b4f5f12f
authored
Sep 05, 2018
by
Ille, Ondrej, Ing.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug-fix
parent
c6fa2b74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
test/unit/TX_Arbitrator/TX_Arbitrator_tb.vhd
test/unit/TX_Arbitrator/TX_Arbitrator_tb.vhd
+6
-6
No files found.
test/unit/TX_Arbitrator/TX_Arbitrator_tb.vhd
View file @
b4f5f12f
...
...
@@ -546,15 +546,15 @@ begin
false
;
metadata_mism
<=
true
when
(
mod_dlc_out
/=
tran_dlc_out
)
or
(
mod_is_rtr
/=
tran_is_rtr
)
or
(
mod_ident_type_out
/=
tran_ident_type_out
)
or
(
mod_frame_type_out
/=
tran_frame_type_out
))
and
now
/=
0
fs
)
(
(
mod_dlc_out
/=
tran_dlc_out
)
or
(
mod_is_rtr
/=
tran_is_rtr
)
or
(
mod_ident_type_out
/=
tran_ident_type_out
)
or
(
mod_frame_type_out
/=
tran_frame_type_out
))
and
(
now
/=
0
fs
)
else
false
;
hw_cmd_buf_index_mism
<=
true
when
(
txt_hw_cmd_buf_index
/=
mod_buf_index
and
now
/=
0
fs
)
hw_cmd_buf_index_mism
<=
true
when
(
txt_hw_cmd_buf_index
/=
mod_buf_index
and
now
/=
0
fs
)
else
false
;
...
...
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