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
bf1936eb
Commit
bf1936eb
authored
Jul 21, 2020
by
Ille, Ondrej, Ing.
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
src: Fix reading output signal.
parent
c290fc7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/prescaler/trigger_generator.vhd
src/prescaler/trigger_generator.vhd
+1
-1
No files found.
src/prescaler/trigger_generator.vhd
View file @
bf1936eb
...
...
@@ -191,7 +191,7 @@ begin
-- it must be gated when RX Trigger 1 is active. In this case TX Trigger
-- request flag was set and TX Trigger will be shifted by one clock cycle.
---------------------------------------------------------------------------
tx_trigger
<=
'0'
when
(
rx_trig
gers
(
0
)
=
'1'
)
else
tx_trigger
<=
'0'
when
(
rx_trig
_req_q
=
'1'
)
else
tx_trig_req_flag_dq
;
-- <RELEASE_OFF>
...
...
Pavel Pisa
@pisa
mentioned in issue
#361 (closed)
·
Jul 21, 2020
mentioned in issue
#361 (closed)
mentioned in issue #361
Toggle commit list
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