Section 01
Project Introduction: Fixed-Point Practice for Neural Network Inference in SystemVerilog
SystemVerilog Implementation of Neural Network Inference: Fixed-Point Quantization and Hardware Deployment Practice
This project was developed by Kiana Jafari, with source code hosted on GitHub (link) and released on June 8, 2026. The core content is converting a Python-trained neural network into a SystemVerilog hardware implementation using the Q3.12 fixed-point quantization format, achieving a test accuracy of 92.98% on the breast cancer classification task and providing a reproducible reference implementation for AI chip design.