TeCSAR-UNCC / gem5-SALAM

BSD 3-Clause "New" or "Revised" License
84 stars 23 forks source link

Inputs and Parser #10

Closed ashriram closed 3 years ago

ashriram commented 3 years ago
  1. 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)
  2. 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.