Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Friedrich Beckmann
eds1
Commits
355d63b7
Commit
355d63b7
authored
Jun 27, 2022
by
Friedrich Beckmann
Browse files
fixed sensitivity list of uart_tx
parent
38f1597d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stringtx_rtl.vhd
View file @
355d63b7
...
...
@@ -35,7 +35,7 @@ begin
cstate
<=
IDLE_S
when
rst_n
=
'0'
else
nstate
when
rising_edge
(
clk
);
ns_p
:
process
(
cstate
,
done_i
,
strstart_i
)
ns_p
:
process
(
cstate
,
done_i
,
strstart_i
,
idx
)
begin
idx_inc
<=
'0'
;
start_o
<=
'0'
;
...
...
Write
Preview
Supports
Markdown
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