Reuse Distance Visualizer

Visualizing 1D Convolution: Input Size 6, Filter Size 4.

0
1
2
3
4
5
*
0
1
2
3
=
0
1
2

(a) Example 1D convolution

The highlighted elements above update as you step through the operation timeline below.

Timeline (Temporal Access)

IFM (I)
Ops
Filter (W)
P-Sum (p)
Step: 0 / 12
Distance: -

Hardware Level

On-Chip Buffer
0
1
2
3
PE Register
Empty
ALU
×
-

Operational Hint:

Each step represents one MAC operation. Observe how the same Filter Weight (Green) or Input Pixel (Blue) can be reused across different time steps.