From 058474502d9f75d6ced0c9a1756d1cfedd43c1d3 Mon Sep 17 00:00:00 2001 From: architeuthis Date: Mon, 13 Oct 2025 10:21:15 +0200 Subject: [PATCH] ttl/dio: update sysdesc default names --- src/SUMMARY.md | 2 +- src/hw/bnc_sma_ttl.md | 2 +- src/hw/mcx_ttl.md | 4 ++-- src/hw/rj45_lvds.md | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index e820304..16c67fd 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -23,7 +23,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-TTL](./hw/rj45_lvds.md) + - [Sinara 2245 RJ45-LVDS](./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) diff --git a/src/hw/bnc_sma_ttl.md b/src/hw/bnc_sma_ttl.md index 8ee70a9..882209d 100644 --- a/src/hw/bnc_sma_ttl.md +++ b/src/hw/bnc_sma_ttl.md @@ -9,7 +9,7 @@ ```json { "type": "dio", - "board": "DIO_BNC", // or "DIO_SMA" + "board": "BNC_TTL", // or "SMA_TTL" "hw_rev": "vX.Y", // optional "ports": [], "edge_counter": , diff --git a/src/hw/mcx_ttl.md b/src/hw/mcx_ttl.md index d176de1..6d4f282 100644 --- a/src/hw/mcx_ttl.md +++ b/src/hw/mcx_ttl.md @@ -9,7 +9,7 @@ [ { "type": "dio", - "board": "DIO_MCX", + "board": "MCX_TTL", "ports": [0], "edge_counter": true, // optional "bank_direction_low": "input", @@ -17,7 +17,7 @@ }, { "type": "dio", - "board": "DIO_MCX", + "board": "MCX_TTL", "ports": [1], "bank_direction_low": "output", "bank_direction_high": "output" diff --git a/src/hw/rj45_lvds.md b/src/hw/rj45_lvds.md index 532aaed..a112beb 100644 --- a/src/hw/rj45_lvds.md +++ b/src/hw/rj45_lvds.md @@ -1,9 +1,9 @@ -# Sinara 2245 "LVDS TTL" card +# Sinara 2245 RJ45-LVDS 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. +Previously sometimes known as LVDS-TTL. LVDS is the signaling standard, RJ45 is the physical connector type. ## JSON @@ -13,15 +13,15 @@ Be aware of the reversed EEM order on the card: [ { "type": "dio", - "board": "DIO_RJ45", + "board": "RJ45_LVDS", "ports": [1], "bank_direction_low": "input", "bank_direction_high": "input", "edge_counter": false // or true - }, + }, { "type": "dio", - "board": "DIO_RJ45", + "board": "RJ45_LVDS", "ports": [0], "bank_direction_low": "output", "bank_direction_high": "output"