You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project implements a basic McCulloch–Pitts artificial neuron in Verilog and Python. The current version supports two binary inputs and a programmable threshold, allowing it to emulate simple logic functions such as AND and OR ⚡.