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
eb9f3d20
Commit
eb9f3d20
authored
Oct 05, 2018
by
Ille, Ondrej, Ing.
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug-fixes.
parent
e4b6e319
Pipeline
#2854
passed with stages
in 6 minutes and 18 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/feature/suspend_transmission_feature_tb.vhd
test/feature/suspend_transmission_feature_tb.vhd
+2
-2
No files found.
test/feature/suspend_transmission_feature_tb.vhd
View file @
eb9f3d20
...
...
@@ -197,7 +197,7 @@ package body suspend_transmission_feature is
wait
until
rising_edge
(
mem_bus
(
1
)
.
clk_sys
);
end
loop
;
report
"End of EOF field"
;
wait
for
2
0
ns
;
wait
for
4
0
ns
;
--------------------------------------------------------------------
-- Wait for N + 2 Bit times. 3 is length of intermission. Thus if
...
...
@@ -225,7 +225,7 @@ package body suspend_transmission_feature is
wait
until
rising_edge
(
mem_bus
(
1
)
.
clk_sys
);
end
loop
;
report
"Frame started"
;
wait
for
2
0
ns
;
wait
for
4
0
ns
;
-- Check Operational State of Node 1!
get_controller_status
(
status
,
ID_1
,
mem_bus
(
1
));
...
...
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