MCPcopy Index your code
hub / github.com/blackmesalabs/sump3

github.com/blackmesalabs/sump3 @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
327 symbols 1,050 edges 5 files 0 documented · 0% updated 5mo ago★ 44
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

sump3

SUMP3 an open-source logic analyzer for FPGAs. Unique in that it uses RLE hardware compression and is intended to be easily distributed across a large FPGA and capture thousands of signals using multiple small and localized compression blocks called "RLE Pods". Traditional FPGA vendor provided ILAs tend to consume large amounts of RAM and routing resources to capture a large number of signals over a long period of time. The goal of SUMP3 is to only require a single Block RAM (512x72 typical) for capturing dozens of signals over long periods of time via each "RLE Pod". The "RLE Pod" is small and localized with only two wires connecting it to the top level bus interface. SUMP3 can then scale to up to 2^16 RLE Pods per chip design.

File List: sump3.py : The Python PyGame-GUI software for setting triggers and downloading and viewing waveforms.

top.v : An example design for Digilent BASYS3 Artix7 board with MesaBus over FTDI UART interface and Sump3 instance with two RLE pods for capturing a 32bit counter.

sump3_top.v : An example Sump3 instance with ViewRom example.

sump3_core.v : Verilog IP for an FPGA ( or ASIC ) compact and scalable Logic Analyzer. This is the top level interface to a 32bit virtual PCIe local bus.

sump3_rle_hub.v : Hub controller that is a clock domain interface between the single sump3_core.v block and 1-255 sump3_rle_pod.v instances.

sump3_rle_pod.v : The acquisition pod which compresses 1 to 8192 bits using RLE hardware compression. Interface to sump3_rle_hub.v is only two wires.

sump3 project is created by Kevin Hubbard of BlackMesaLabs.

This firmware is currently running on a Digilent BASYS3 Artix7 board.

Other files needed for this example design to work over FTDI UART are available here: https://github.com/blackmesalabs/MesaBusProtocol

EOF

Core symbols most depended-on inside this repo

log
called by 220
python/sump3.py
wr
called by 63
python/sump3.py
proc_cmd
called by 49
python/sump3.py
rd
called by 47
python/sump3.py
rd_pod
called by 23
python/sump3.py
list2file
called by 23
python/sump3.py
select_window
called by 21
python/sump3.py
file2list
called by 20
python/sump3.py

Shape

Function 243
Method 73
Class 11

Languages

Python100%

Modules by API surface

python/sump3.py315 symbols
python/sump3_ai.py6 symbols
python/vcd2pza.py3 symbols
python/s3_rom_sizer.py3 symbols

For agents

$ claude mcp add sump3 \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact