rj45_lvds: fix lvds vs. rj45

This commit is contained in:
2025-08-29 20:01:53 +08:00
parent 5999d4b791
commit 2fa6376e6f
2 changed files with 7 additions and 5 deletions

View File

@@ -21,7 +21,7 @@
- [Sinara 9805 RF Power Amplifier Booster](./hw/booster.md)
- [Sinara 8451 Thermostat](./hw/thermostat.md)
- [Sinara 8453 Thermostat EEM](./hw/thermostat_eem.md)
- [Sinara 2245 LVDS DIO](./hw/lvds_dio.md)
- [Sinara 2245 LVDS-TTL](./hw/rj45-lvds.md)
- [Sinara 6303 CoaXPress-SFP](./hw/coaxpress_sfp.md)
- [Software/Support](./sw_sup/software_support.md)
- [Starting with ARTIQ](./sw_sup/artiq_start.md)

View File

@@ -1,8 +1,10 @@
# Sinara 2245 LVDS DIO card
# Sinara 2245 "LVDS TTL" card
* [Wiki](https://github.com/sinara-hw/DIO_LVDS_RJ45/wiki)
* [Datasheet](https://m-labs.hk/docs/sinara-datasheets/2245.pdf)
LVDS is the signaling standard, RJ45 is the physical connector type.
## JSON
Be aware of the reversed EEM order on the card:
@@ -11,7 +13,7 @@ Be aware of the reversed EEM order on the card:
[
{
"type": "dio",
"board": "DIO_LVDS",
"board": "DIO_RJ45",
"ports": [1],
"bank_direction_low": "input",
"bank_direction_high": "input",
@@ -19,7 +21,7 @@ Be aware of the reversed EEM order on the card:
},
{
"type": "dio",
"board": "DIO_LVDS",
"board": "DIO_RJ45",
"ports": [0],
"bank_direction_low": "output",
"bank_direction_high": "output"
@@ -31,7 +33,7 @@ Be aware of the reversed EEM order on the card:
Switch DIPs in required position per each channel individually. Each RJ45 has 4 channels.
![LVDS TTL switches](../img/lvds_ttl_switches.jpg)
![RJ45 LVDS switches](../img/rj45_lvds_switches.jpg)
## Testing