C-slowing

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Aidepikiwtnuocca (talk | contribs) at 18:04, 4 April 2020 (The correct term for this is "C-Slow Retiming" and not "C-slowing"). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

C-Slow Retiming is a technique used in conjunction with retiming to improve throughput of a digital circuit. Each register in a circuit is replaced by a set of C registers (in series). This creates a circuit with C independent threads, as if the new circuit contained C copies of the original circuit. A single computation of the original circuit takes C times as many clock cycles to compute in the new circuit. C-slowing by itself increases latency, but throughput remains the same.

Increasing the number of registers allows optimization of the circuit through retiming to reduce the clock period of the circuit. In the best case, the clock period can be reduced by a factor of C. Reducing the clock period of the circuit reduces latency and increases throughput. Thus, for computations that can be multi-threaded, combining C-slowing with retiming can increase the throughput of the circuit, with little, or in the best case, no increase in latency.

Since registers are relatively plentiful in FPGAs, this technique is typically applied to circuits implemented with FPGAs.

See also

Resources