Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 237 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 237 Bytes

HDL-Neuron

In this project, a basic neuron is implemented using Verilog language. It has a MAC(multiply-and-accumulate) unit to compute the dot product of the inputs and weight vectors and passes the result to an activation function.