fpga

Tag

Cards List
#fpga

Optimizing Transformer Neural Network for Real-Time Outlier Detection on FPGAs

arXiv cs.LG · 15h ago Cached

This paper explores optimizing Transformer neural network inference on FPGAs for real-time anomaly detection in financial time series, demonstrating efficient implementation on a PYNQ-Z2 board.

0 favorites 0 likes
#fpga

3D-printed F-14 Tomcat uses FPGA recreation of the first microprocessor

Hacker News Top · 2d ago Cached

An FPGA expert recreated the F-14 Tomcat's Central Air Data Computer using an FPGA and tested it in a 3D-printed model of the fighter, which controls the swing-wing system. The recreation uses the MP944 microprocessor, which some claim was the world's first microprocessor.

0 favorites 0 likes
#fpga

Running Doom on Our Custom CPU and Going Viral

Hacker News Top · 2026-07-21 Cached

The author describes designing a custom CPU at the logic gate level, integrating DDR3 memory with cache, and successfully running Doom on an FPGA, which went viral.

0 favorites 0 likes
#fpga

China’s optical chip breakthrough boosts AI speed 100-fold using fraction of compute power

Reddit r/ArtificialInteligence · 2026-07-13 Cached

Chinese researchers have developed an all-optical interconnect system that links standard electronic chips, boosting AI distributed inference speeds by over 100 times while using just one-ninth of typical computational resources. The breakthrough, published in National Science Review, uses silicon photonic transceiver chips and FPGAs to achieve dramatic efficiency gains.

0 favorites 0 likes
#fpga

RISCBoy is an open-source portable games console, designed from scratch

Hacker News Top · 2026-07-11 Cached

RISCBoy is an open-source portable gaming console built with a RISC-V CPU and raster graphics pipeline, implemented on an iCE40 FPGA. The project includes the processor design, graphics hardware, PCB layout, and is fully open-source.

0 favorites 0 likes
#fpga

LisaFPGA: the Apple Lisa computer implemented inside an FPGA

Lobsters Hottest · 2026-07-08 Cached

The Apple Lisa computer has been faithfully implemented inside an FPGA, with modern enhancements including HDMI video, USB input, and low power consumption. The project is fully open-source and runs on a custom PCB.

0 favorites 0 likes
#fpga

ProWAFT: A ROMA-LPD Instance for Workload-Aware and Dynamic Fault Tolerance in FPGA-Based CNN Accelerators

arXiv cs.CL · 2026-07-03 Cached

ProWAFT is a proactive workload-aware fault-tolerance framework for FPGA-based CNN accelerators that uses partial reconfiguration to selectively apply triple modular redundancy (TMR), minimizing a composite objective over latency, energy, and reliability risk.

0 favorites 0 likes
#fpga

Programmable Probabilistic Computer with 1M p-bits

Hacker News Top · 2026-06-28 Cached

This paper presents a programmable probabilistic computer with one million p-bits by networking FPGAs, achieving Gibbs sampling at over a trillion flips per second for Ising models while introducing a design rule for scaling beyond single-chip limits.

0 favorites 0 likes
#fpga

@mkvenkit: Google’s Tensor Processing Unit (TPU) uses the systolic array architecture - an idea from 1978 - to accelerate matrix m…

X AI KOLs Timeline · 2026-06-27 Cached

Google's TPU uses the systolic array architecture from 1978 to accelerate matrix multiplication with less memory movement. The post shares links to the original paper and TPU design, and suggests building a small-scale version on an FPGA.

0 favorites 0 likes
#fpga

One man, two kernels, and a lot of RISC-V

Hacker News Top · 2026-06-26 Cached

Yuri Zaporozhets of QRV Systems has built a RISC-V-based personal computer and a mainframe on an FPGA, and rewritten QNX twice. His latest OS QSOE is gaining attention in the FOSS world.

0 favorites 0 likes
#fpga

80386 Early Start Memory Access

Hacker News Top · 2026-06-23 Cached

The article explains the Early Start memory access technique in Intel's 80386, which hides memory latency by overlapping address generation with the previous instruction's last cycle. It describes the implementation of this technique in the z386 FPGA core, achieving ao486-class performance and a 39% improvement in Doom FPS.

0 favorites 0 likes
#fpga

Modos Color Monitor Pushes E-Paper Displays Further

Hacker News Top · 2026-06-18 Cached

Modos launches Modos Flow, a 13.3-inch color e-paper monitor with 60Hz refresh rate, touch input, and an open-source display controller called Enchanter, now crowdfunding on Crowd Supply.

0 favorites 0 likes
#fpga

GateGPT: 56k tokens per second Transformer (KV cache) on FPGA at 80 MHz

Hacker News Top · 2026-06-16 Cached

A custom FPGA implementation of a Transformer with KV cache achieves 56,000 tokens per second at 80 MHz, running microGPT on a tiny LCD.

0 favorites 0 likes
#fpga

@FGuzmanAI: 56,000+ tokens/sec at just 80 MHz. I burned a full Transformer with KV cache into a custom chip. Designed gate by gate …

X AI KOLs Timeline · 2026-06-13 Cached

A custom digital chip designed gate-by-gate achieves over 56,000 tokens/sec running a Transformer with KV cache at just 80 MHz, prototyped on an FPGA.

0 favorites 0 likes
#fpga

How I made a 60fps Eink monitor, the Modos Flow

Lobsters Hottest · 2026-06-12 Cached

After four years of development, the author created the Modos Flow, a 13.3-inch Eink monitor capable of 60fps by using pixel-level independent updates, and open-sourced all designs.

0 favorites 0 likes
#fpga

Device Clock Generation

Hacker News Top · 2026-06-12 Cached

A technical blog post discussing methods for generating device clocks in FPGA and ASIC designs for interfacing with peripherals such as NOR flash and NAND flash.

0 favorites 0 likes
#fpga

Ultrafast machine learning on FPGAs via Kolmogorov-Arnold Networks

Hacker News Top · 2026-06-09 Cached

This post explains the author's Master's thesis on using Kolmogorov-Arnold Networks (KANs) for ultrafast machine learning on FPGAs, achieving sub-microsecond inference and online learning via custom hardware architectures. It references two accepted papers: KANELÉ for LUT-based evaluation (FPGA 2026 Best Paper) and a method for on-FPGA online learning (ICML 2026).

0 favorites 0 likes
#fpga

TRINE: A Token-Aware, Runtime-Adaptive FPGA Inference Engine for Multimodal AI

arXiv cs.AI · 2026-06-01 Cached

TRINE is a single-bitstream FPGA accelerator and compiler for end-to-end multimodal inference, unifying diverse layers and incorporating runtime-adaptive compute modes, token pruning, and dependency-aware offloading, achieving up to 22.57x latency reduction over an RTX 4090 at 20-21W.

0 favorites 0 likes
#fpga

Built an AI Accelerator and opensourced it. [P]

Reddit r/MachineLearning · 2026-05-31

The author open-sourced a custom AI accelerator (atik) implemented on FPGA with native BF16 and attention support, demonstrating significant speedups over PyTorch for various models.

0 favorites 0 likes
#fpga

Adding Linux support back for the BASIC (free) version of Vivado

Hacker News Top · 2026-05-30 Cached

A community post requests that AMD restore Linux support for the free (BASIC) version of the Vivado FPGA design suite.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback