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
fixed swapped clk & rst connections on WishBoneMasterE module
master
T. Meissner
10 years ago
parent
0614c3eefd
commit
91306866a9
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
raspiFpga/src/RaspiFpgaE.vhd
+ 2
- 2
raspiFpga/src/RaspiFpgaE.vhd
View File
@ -209,8 +209,8 @@ begin
)
port
map
(
--+ wishbone system if
WbRst_i
=
>
s_wb_
clk
,
WbClk_i
=
>
s_wb_
rst
,
WbRst_i
=
>
s_wb_
rst
,
WbClk_i
=
>
s_wb_
clk
,
--+ wishbone outputs
WbCyc_o
=
>
s_wb_cyc
,
WbStb_o
=
>
s_wb_stb
,
Write
Preview
Loading…
Cancel
Save