This document summarizes an FPGA implementation of a trained neural network. It describes implementing a 3-2-1 multilayer perceptron network on an FPGA for a fault identification application. The key modules implemented include multiply-accumulate, truncation, sigmoid and linear activation functions. Resource utilization is low, with the entire integrated network using only 2.2% of FPGA slices. Simulation results match manual calculations, demonstrating the network accurately classifies faults.