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
4b88978c
Commit
4b88978c
authored
Jul 12, 2018
by
Ille, Ondrej, Ing.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Another annoying bug-fix
parent
63130ba8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
test/feature/byte_enable_feature_tb.vhd
test/feature/byte_enable_feature_tb.vhd
+1
-1
No files found.
test/feature/byte_enable_feature_tb.vhd
View file @
4b88978c
...
@@ -108,7 +108,7 @@ package body byte_enable_feature is
...
@@ -108,7 +108,7 @@ package body byte_enable_feature is
-- Checking if valid 2 bytes match register value
-- Checking if valid 2 bytes match register value
if
(
data
(
16
*
i
+
15
downto
16
*
i
)
/=
if
(
data
(
16
*
i
+
15
downto
16
*
i
)
/=
YOLO_VAL_RSTVAL
(
16
*
i
+
15
downto
1
5
*
i
))
YOLO_VAL_RSTVAL
(
16
*
i
+
15
downto
1
6
*
i
))
then
then
report
"16 bit read error (valid byte), Index :"
&
report
"16 bit read error (valid byte), Index :"
&
Integer
'image
(
i
)
severity
error
;
Integer
'image
(
i
)
severity
error
;
...
...
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