Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dimitris Lampridis
VFC-HD
Commits
666dc071
Commit
666dc071
authored
Oct 14, 2016
by
Andrea Boccardi
Browse files
Added the module for the arbitration of the I2C expanders and muxes
parent
ed9a3538
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Hdl/FpgaModules/SystemSpecific/I2cMuxAndExpMaster.v
View file @
666dc071
...
...
@@ -32,6 +32,7 @@ module I2cExpAndMuxMaster
//==== Clocks & Resets ====\\
input
Clk_ik
,
input
Rst_irq
,
//==== Access requests ====\\
// IO Expanders parameters:
input
IoExpWrReq_i
,
output
reg
IoExpWrOn_oq
,
...
...
@@ -50,7 +51,7 @@ module I2cExpAndMuxMaster
input
[
6
:
0
]
I2cSlaveAddr_ib7
,
input
[
7
:
0
]
I2cSlaveRegAddr_ib8
,
input
[
7
:
0
]
I2cSlaveByte_ib8
,
//
====
Status and
R
esults
====\\
// Status and
r
esults
:
output
reg
Busy_o
,
output
reg
NewByteRead_op
,
output
reg
[
7
:
0
]
ByteOut_ob8
,
...
...
Hdl/FpgaModules/SystemSpecific/I2cMuxAndExpReqArbiter.v
0 → 100644
View file @
666dc071
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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