Skip to content
View JutsFunFor's full-sized avatar

Block or report JutsFunFor

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JutsFunFor/README.md

Open projects


Board support package for a Xilinx XCZU27DR RFSoC

The XCZU27DR RFSoC board

The board ships with a schematic and not much else — no manual, no pin list, no worked examples. This repository is the manual. Every interface was brought up one at a time, and each one has a script you can actually run plus a page explaining the pins, the registers, and the things that cost you an afternoon if nobody warns you first.

Seven interfaces, every result measured on real hardware:

DDR4 4 GB, 12 of 12 PHY training stages, patterns hold with no aliasing
GTY transceivers 8 lanes at 10.3125 Gbps through QSFP28, PRBS-31, zero bit errors
RF converters tones at 125 and 375 MHz played out and captured back at 4.0 GSPS
Gigabit Ethernet GEM3 + RTL8211FD at 1000 Mb full duplex, frames verified by the host NIC
Clocking all four GTY reference inputs counted in-fabric against a known reference
JTAG and I/O chain and DAP memory access, LEDs, and the bank-voltage question settled from the schematic

Verilog · Tcl · Vivado · Vitis


Earlier open work

Embedded computer vision and video, mostly running on small hardware.

coffee_detection Detecting coffee inside a cup on a Raspberry Pi, comparing classical image processing against a TensorFlow 2 detection model
yolov5-main A YOLOv5 coffee detector built out of that work
yolo YOLO training and inference, containerised for running on a server
CLIP-classification-web-app Fine-tuning OpenAI CLIP on a custom product-image dataset, served behind a web UI for fast prototyping
jsmpeg_streaming RTSP video streaming through NAT using JSMpeg, ffmpeg and a websocket relay

Pinned Loading

  1. alivu13p alivu13p Public

    Board support for the ALIVU13P (XCVU13P) accelerator card — Vivado 2025.2 designs, host tooling, and an evidence-backed record of which interfaces are actually proven

    Verilog

  2. xczu27dr-rfsoc xczu27dr-rfsoc Public

    From-scratch board support package for a Xilinx XCZU27DR RFSoC board: runnable Tcl for every interface, each one verified on real hardware.

    Tcl

  3. jsmpeg_streaming jsmpeg_streaming Public

    Use Jsmpeg for rtsp streaming over NAT

    JavaScript

  4. CLIP-classification-web-app CLIP-classification-web-app Public

    Python

  5. yolov5-main yolov5-main Public

    coffee detector

    Python 1 1

  6. yolo yolo Public

    Python