TwoTanks

FPGA & AI Projects

A hobby site exploring the intersection of FPGA development and artificial intelligence

// FPGA meets AI
module neural_accelerator (
    input  clk,
    input  [7:0] data_in,
    output [15:0] inference
);
    // Hardware acceleration
    // for neural networks
endmodule

FPGA Development

Custom RTL designs, Verilog/SystemVerilog implementations, and hardware optimization techniques for real-world applications.

AI & Machine Learning

Exploring neural networks, machine learning algorithms, and their hardware implementations on FPGAs and custom accelerators.

Hardware Integration

Bridging the gap between software algorithms and hardware implementations for optimal performance and efficiency.

Latest Explorations

FPGA

Custom Neural Network Accelerator

Building a hardware accelerator for inference on Xilinx FPGAs with optimized matrix multiplication units.

Coming Soon
AI

Edge AI with Claude

Experiments with AI assistance in hardware development workflows and RTL generation.

Coming Soon
Hardware

High-Speed Serial Interfaces

Implementing and testing high-speed transceivers for FPGA-to-FPGA communication.

Coming Soon