[2603.18066] A Synthesizable RTL Implementation of Predictive Coding Networks
About this article
Abstract page for arXiv paper 2603.18066: A Synthesizable RTL Implementation of Predictive Coding Networks
Computer Science > Neural and Evolutionary Computing arXiv:2603.18066 (cs) [Submitted on 18 Mar 2026 (v1), last revised 2 May 2026 (this version, v2)] Title:A Synthesizable RTL Implementation of Predictive Coding Networks Authors:Timothy Oh View a PDF of the paper titled A Synthesizable RTL Implementation of Predictive Coding Networks, by Timothy Oh View PDF HTML (experimental) Abstract:Backpropagation has enabled modern deep learning but is difficult to realize as an online, fully distributed hardware learning system due to global error propagation, phase separation, and heavy reliance on centralized memory. Predictive coding offers an alternative in which inference and learning arise from local prediction-error dynamics between adjacent layers. This paper presents a digital architecture that implements a discrete-time predictive coding update directly in hardware. Each neural core maintains its own activity, prediction error, and synaptic weights, and communicates only with adjacent layers through hardwired connections. Supervised learning and inference are supported via a uniform per-neuron clamping primitive that enforces boundary conditions while leaving the internal update schedule unchanged. The design is a deterministic, synthesizable RTL substrate built around a sequential MAC datapath and a fixed finite-state schedule. Rather than executing a task-specific instruction sequence inside the learning substrate, the system evolves under fixed local update rules, with ...