How the design fits together

Schematic walkthrough

A sheet-by-sheet tour of the KrIO schematic, showing what each part of the design does and which signals cross between them.

Updated 2026-09-01

The schematic is split into six sheets, and each one owns a job that the others do not touch. This page walks through them in the order that makes sense when you are trying to understand the board rather than build it, starting with the module everything else exists to support.

Every number below is read out of the KiCad project when the site is built, so the part counts and the signal names are the ones actually in the design. If a sheet gains a pin, this page gains it too.

9 signals7 signals9 signals2 signalsglobal railsEthernet A51 parts · 9 signalsPower34 parts · 0 signalsKria K2656 parts · 25 signalsDebug31 parts · 7 signalsEthernet B51 parts · 9 signalsBoard-to-Board I/O22 parts · 2 signals

Ethernet A

A DP83867 gigabit PHY on RGMII, with its magnetics and jack. The sheet is instantiated twice, once per port.

ethernet.kicad_sch · 51 parts placed · 25 C, 14 R, 9 U, 2 J

Signals crossing this sheet boundary

  • GTX_CLKinput
  • MDCinput
  • MDIObidirectional
  • RX_CLKoutput
  • RX_CTRLoutput
  • RX_D[0..3]output
  • TX_CTRLinput
  • TX_D[0..3]input
  • n_RSTinput

Reading the signal lists

The signals shown for each sheet are its hierarchical pins, which are the only connections that cross a sheet boundary by name. A net that appears on one sheet and nowhere else does not show up here, and neither does anything on a global label such as a power rail. That makes the lists a good map of how the sheets talk to each other, and a poor map of everything on any one of them.

Directions are given from the point of view of the sheet you have open. RX_CLK is an output on an Ethernet sheet because the PHY drives it, and the same net is an input where the K26 receives it.

Where to go next

The card edge on the Board-to-Board I/O sheet is specified pin by pin on the connector specification. What the board does with all of this once it is powered is in board bring-up, and the parts themselves are in the bill of materials.