The L1 data mover modules are used to move matrix and vector data between their on-chip storage and the input/output streams of the computation modules. These data movers are intended to be used in conjunction with computation modules to form the HLS implementations for BLAS level 1 and 2 functions. You can find this usage in the uut_top.cpp
files of the BLAS function name folders under the L1/tests
directory.