This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
libvhdl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
replaced direct read from async SpiMosi_i input by read from registered a_mosi
pull/1/head
T. Meissner
10 years ago
parent
308e33cd0c
commit
502aec376a
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
syn/SpiSlaveE.vhd
+ 1
- 1
syn/SpiSlaveE.vhd
View File
@ -134,7 +134,7 @@ begin
when
TRANSFER
=
>
when
TRANSFER
=
>
if
s_read_edge
then
if
s_read_edge
then
s_recv_register
(
v_bit_counter
)
<
=
SpiMosi_
i
;
s_recv_register
(
v_bit_counter
)
<
=
a_mos
i
;
if
(
v_bit_counter
=
0
)
then
if
(
v_bit_counter
=
0
)
then
s_spi_state
<
=
STORE
;
s_spi_state
<
=
STORE
;
else
else
Write
Preview
Loading…
Cancel
Save