deltakit.explorer.types.RAMData#
- class deltakit.explorer.types.RAMData(data_format: DataFormat, content: list[list[int]] | ndarray[tuple[Any, ...], dtype[_ScalarT]], data_width: int = -1)#
Bases:
TypedDataAn wrapper around a collection stored in RAM.
Methods#
Generate or return a 01 string for the stored data. |
|
Generate or return a b8 string for the stored data. |
|
Generate or return an numpy array for the stored data. |
|
Infer the width of the string from the data. |