coreblocks icon indicating copy to clipboard operation
coreblocks copied to clipboard

Pipelined multiplier

Open tilk opened this issue 2 years ago • 0 comments

The task is to extend the multiplication support from #114 by a pipelined multiplier. The module should:

  • Be able to use the multiply-and-add capability of FPGA DSP elements (with configurable width).
  • Accept one multiplication on each clock cycle.
  • Have latency dependent on the DSP element width.

tilk avatar Dec 01 '22 12:12 tilk