Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scalp_firmware
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
soma
scalp_firmware
Commits
4a66cb0d
Commit
4a66cb0d
authored
4 years ago
by
orphee.antoniad
Browse files
Options
Downloads
Patches
Plain Diff
I2C1 tested and OK
parent
29ff98d3
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
designs/vivado/scalp_mipi/2020.2/src/hdl/scalp_mipi.vhd
+8
-8
8 additions, 8 deletions
designs/vivado/scalp_mipi/2020.2/src/hdl/scalp_mipi.vhd
with
8 additions
and
8 deletions
designs/vivado/scalp_mipi/2020.2/src/hdl/scalp_mipi.vhd
+
8
−
8
View file @
4a66cb0d
...
@@ -430,15 +430,15 @@ begin
...
@@ -430,15 +430,15 @@ begin
Led22V5BxAS
:
Led22V5BxSO
<=
RgbLedsCtrlPortxD
(
5
);
Led22V5BxAS
:
Led22V5BxSO
<=
RgbLedsCtrlPortxD
(
5
);
-- Camera I2C SDA tri-state buffer
-- Camera I2C SDA tri-state buffer
--
LVDS2V5Bottom5PxSIO <= I2c1SdaOxS when I2c1SdaTxS='0' else 'Z';
LVDS2V5Bottom5PxSIO
<=
I2c1SdaOxS
when
I2c1SdaTxS
=
'0'
else
'Z'
;
--
I2c1SdaIxS <= LVDS2V5Bottom5PxSIO;
I2c1SdaIxS
<=
LVDS2V5Bottom5PxSIO
;
LVDS2V5Bottom5PxSIO
<=
GPIO0OxD
(
2
)
when
GPIO0TxD
(
2
)
=
'0'
else
'Z'
;
--
LVDS2V5Bottom5PxSIO <= GPIO0OxD(2) when GPIO0TxD(2)='0' else 'Z';
GPIO0IxD
(
2
)
<=
LVDS2V5Bottom5PxSIO
;
--
GPIO0IxD(2) <= LVDS2V5Bottom5PxSIO;
-- Camera I2C SCL tri-state buffer
-- Camera I2C SCL tri-state buffer
--
LVDS2V5Bottom5NxSIO <= I2c1SclOxS when I2c1SclTxS='0' else 'Z';
LVDS2V5Bottom5NxSIO
<=
I2c1SclOxS
when
I2c1SclTxS
=
'0'
else
'Z'
;
--
I2c1SclIxS <= LVDS2V5Bottom5NxSIO;
I2c1SclIxS
<=
LVDS2V5Bottom5NxSIO
;
LVDS2V5Bottom5NxSIO
<=
GPIO0OxD
(
3
)
when
GPIO0TxD
(
3
)
=
'0'
else
'Z'
;
--
LVDS2V5Bottom5NxSIO <= GPIO0OxD(3) when GPIO0TxD(3)='0' else 'Z';
GPIO0IxD
(
3
)
<=
LVDS2V5Bottom5NxSIO
;
--
GPIO0IxD(3) <= LVDS2V5Bottom5NxSIO;
-- Camera PWUP tri-state buffer (GPIO0_4)
-- Camera PWUP tri-state buffer (GPIO0_4)
LVDS2V5Bottom6NxSIO
<=
GPIO0OxD
(
4
)
when
GPIO0TxD
(
4
)
=
'0'
else
'Z'
;
LVDS2V5Bottom6NxSIO
<=
GPIO0OxD
(
4
)
when
GPIO0TxD
(
4
)
=
'0'
else
'Z'
;
GPIO0IxD
(
4
)
<=
LVDS2V5Bottom6NxSIO
;
GPIO0IxD
(
4
)
<=
LVDS2V5Bottom6NxSIO
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment