This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
raspberrypi
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
add change of s_spi_frame to NOP after write/read cycle and no new preamble was received
master
T. Meissner
10 years ago
parent
91306866a9
commit
a39d535248
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
raspiFpga/src/RaspiFpgaCtrlE.vhd
+ 2
- 0
raspiFpga/src/RaspiFpgaCtrlE.vhd
View File
@ -167,6 +167,8 @@ begin
else
if
(
LocalData_i
=
x"00"
)
then
s_spi_frame
<
=
HEADER
;
else
s_spi_frame
<
=
NOP
;
end
if
;
end
if
;
end
if
;
Write
Preview
Loading…
Cancel
Save