Skip to content
Snippets Groups Projects
Commit 4a66cb0d authored by orphee.antoniad's avatar orphee.antoniad
Browse files

I2C1 tested and OK

parent 29ff98d3
Branches
No related tags found
No related merge requests found
...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment