Torii ILA¶
Warning
This manual is a work in progress and is seriously incomplete!
The Torii Integrated Logic Analyzer (ILA) allows for the introspection into a Torii based FPGA design that is running on real hardware.
Whats in the box?¶
There are two primary ILA implementations that are available for use:
The simplest one is the UARTIntegratedLogicAnalyzer
, it provides the ILA samples over a simple unidirectional UART stream. The USBIntegratedLogicAnalyzer
is a touch more complex, however it provides the ILA samples over a USB bulk endpoint, which may be more ergonomic to work with, depending on the device.
Installation and Getting Started¶
To get set up with Torii ILA, follow the installation instructions, and then head over to the getting started page for examples of both the USB and UART ILAs.
License¶
Torii ILA is licensed under the BSD-3-Clause, the full text of which can be found in the LICENSE
file.