Skip to content
Yaman Umuroglu edited this page Dec 1, 2015 · 1 revision

Generators for streaming (decoupled in-out interfaces, supporting backpressure) math operators.

  • The SystolicReg class implements a systolic register with customizable in/out datatypes and a transfer function, and is used as a building block for describing feedforward pipelined math.
  • SystolicSInt64Mul_5Stage generates a 5-stage pipelined multiplier.
Clone this wiki locally