DRAMSparseTileΒΆ

A DRAMSparseTile describes a sparse section of a DRAM memory which can be loaded onto the accelerator using a gather operation, or which can be updated using a scatter operation.


Infix methods

class DRAMSparseTile
def scatter(data: SRAM1[T]): Unit
Creates a sparse transfer from the given on-chip data to this sparse region of main memory.
def scatter(data: FIFO[T]): Unit
Creates a sparse transfer from the given on-chip data to this sparse region of main memory.
def scatter(data: FILO[T]): Unit
Creates a sparse transfer from the given on-chip data to this sparse region of main memory.