FPGA
Custom Neural Network Accelerator
Building a hardware accelerator for inference on Xilinx FPGAs with optimized matrix multiplication units.
Coming SoonFPGA & 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
Custom RTL designs, Verilog/SystemVerilog implementations, and hardware optimization techniques for real-world applications.
Exploring neural networks, machine learning algorithms, and their hardware implementations on FPGAs and custom accelerators.
Bridging the gap between software algorithms and hardware implementations for optimal performance and efficiency.
Building a hardware accelerator for inference on Xilinx FPGAs with optimized matrix multiplication units.
Coming SoonExperiments with AI assistance in hardware development workflows and RTL generation.
Coming SoonImplementing and testing high-speed transceivers for FPGA-to-FPGA communication.
Coming Soon