Adds support for reading binary blobs into the memory map
see vadd-inputs example. configs/SALAM/fs_hwacc_input.py (line 134 and 135 loads the binary files into the memory map)
The current parser does not handle case where function has no basic blocks (e.g., function with no loops, or fully unrolled loops). This fix implicitly starts a basic block.
Adds support for reading binary blobs into the memory map
The current parser does not handle case where function has no basic blocks (e.g., function with no loops, or fully unrolled loops). This fix implicitly starts a basic block.