You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were some Tiliqua hardware released before the production R4 version. This page serves as a brief history of the differences between these versions, as well as any changes in post-production batches.
6
5
7
-
Schematics and PCBAs
8
-
--------------------
6
+
Tiliqua R4
7
+
==========
9
8
10
-
**Schematics for all Tiliqua revisions in the wild can be found :** `here <https://github.com/apfaudio/tiliqua/tree/main/hardware/schematics>`_
9
+
First production hardware release.
11
10
12
-
Tiliqua consists of 3 main PCBAs. All of these are open-hardware designs built in KiCAD and stored in separate repositories.
Tiliqua consists of 3 PCBAs. All of these are open-hardware designs built in KiCAD and stored in separate repositories. **Schematics for all Tiliqua revisions in the wild are plotted to PDFs** `here <https://github.com/apfaudio/tiliqua/tree/main/hardware/schematics>`_.
5
+
6
+
Block Diagram (Tiliqua R4)
7
+
--------------------------
8
+
9
+
Below is high-level picture of how all the different electrical components of Tiliqua are connected.
10
+
11
+
.. image:: _static/tiliqua-block-diagram.svg
12
+
:width:800
13
+
14
+
Some connections are omitted for simplicity (example: some ex0/ex1 pins are connected to both the ECP5 and RP2040, not shown).
15
+
16
+
We now follow with a summary of the core functions of each of the Tiliqua PCBAs.
- Rotary encoder with button and bar graph display.
27
+
- RP2040-based JTAG debugger and UART bridge supported by `openFPGAloader`.
28
+
- Two USB ports:
29
+
- `dbg`: USB FS for JTAG debugging.
30
+
- `usb2`: 480Mbit/sec USB HS PHY connected to FPGA. Device, host and dual-role operation is supported on this port with a dedicated TUSB322I CC control IC and +5V VBUS switch.
31
+
- Display output for video synthesis
32
+
- Maximum resolution 1280x720p/60Hz or 1920x1080p/30Hz.
33
+
- 2x (PMOD-compatible) expansion ports for up to 24 simultaneous audio channels.
34
+
- MIDI-In jack (TRS-A standard) with optoisolation.
35
+
- External PLL (SI5351A) for dynamic display resolution switching.
36
+
- Soft mute for pop-free bitstream switching
37
+
38
+
FPGA SoM (`soldiercrab`)
39
+
---------------------------------
40
+
41
+
**Repository:** `soldiercrab <https://github.com/apfaudio/soldiercrab>`_ (see README there for more detailed docs on this SoM)
0 commit comments