Home/ ECE/ Neuromorphic Computing Chips
ECE · Seminar 03 · Silicon that computes like a brain

Neuromorphic Computing Chips

Neuromorphic chips co-locate memory and computation in event-driven spiking cores, delivering brain-like efficiency for sparse, real-time sensory workloads.

neuromorphicLoihiin-memoryspikingvon Neumann

Conventional processors separate memory and compute, so data shuttles back and forth across the von Neumann bottleneck, burning energy. Neuromorphic chips instead mimic the brain: many simple neuron-and-synapse cores integrate memory and processing locally and compute only when spikes occur, making them extraordinarily efficient for sparse data.

Working principle

Each core implements arrays of spiking neurons (often Leaky Integrate-and-Fire) whose synaptic weights are stored in adjacent memory. Communication uses Address-Event Representation (AER): when a neuron fires, only its address is routed on-chip — there is no global clock driving dense matrix multiplies. Some designs support on-chip learning via spike-timing-dependent plasticity. Emerging variants use memristor crossbars to perform analog in-memory multiply-accumulate.

Sensor / event inputDVS camera, audio, sparse streamsL4Spiking neuron coresLIF neurons + local synaptic memoryL3AER network-on-chipRoutes spike addresses, event-drivenL2On-chip learningSTDP / plasticity rules (optional)L1Neuromorphic processor organisation
Figure 1. Memory and compute are co-located in each core; the chip is idle until events arrive, unlike a clocked, always-busy CPU/GPU.
Table 1. Von Neumann vs. neuromorphic
PropertyCPU / GPUNeuromorphic
Memory–computeSeparatedCo-located (in/near-memory)
OperationClocked, denseEvent-driven, sparse
Data typeNumeric arraysSpikes / events
StrengthGeneral computeLow-power sensory inference
Examplesx86, NVIDIA GPUIntel Loihi 2, IBM TrueNorth
ScopeNeuromorphic hardware shines on always-on edge sensing where data is naturally sparse; it is not a general-purpose replacement for GPUs in dense training workloads.

Applications

  • Ultra-low-power keyword spotting, anomaly detection and sensor fusion
  • Event-camera vision for high-speed robotics and drones
  • Brain–machine interfaces and adaptive prosthetics

References & further reading

  1. Davies et al., “Loihi: A Neuromorphic Manycore Processor with On-Chip Learning,” IEEE Micro, 2018.
  2. Merolla et al., “A million spiking-neuron integrated circuit (TrueNorth),” Science, 2014.
  3. Roy et al., “Towards spike-based machine intelligence with neuromorphic computing,” Nature, 2019.