An open API service indexing awesome lists of open source software.

https://github.com/ben-marshall/verilog-probe

A very small and simple debug probe designed to be very easy to interface with and be usable via SPI, JTAG and UART.
https://github.com/ben-marshall/verilog-probe

debugger fpga hdl probe python3 uart verilog

Last synced: 4 months ago
JSON representation

A very small and simple debug probe designed to be very easy to interface with and be usable via SPI, JTAG and UART.

Awesome Lists containing this project

README

          

# Verilog Probe

[![Documentation Status](https://readthedocs.org/projects/verilog-probe/badge/?version=latest)](http://verilog-probe.readthedocs.io/README)

A simple probe which takes commands & data over a simple interface and allows
software based control of an AXI bus and some general purpose registers.

---

## Implementation Details

All implementation stats are taken from the default Xilinx Vivado 2016.4
build flow, targeting an Artix-7 FPGA at speed grade `-3`.

Stat | Value
---------------------------|---------------------------------------------
Flip-Flops | 87
Latches | 0
LUTs | 187
Timing slack @ 100MHz | 3.77ns

![Cell Map](cells.png)