bespoke-silicon-group / bsg_manycore

Tile based architecture designed for computing efficiency, scalability and generality
Other
221 stars 58 forks source link

PC Histogram Enhancements #653

Closed drichmond closed 2 years ago

drichmond commented 2 years ago

Added a few new (useful) flags to the PC/BB histogram tool

  1. Allow users to specify --start/end as shorter hex values, and interpret as int

  2. Added --without argument. --without allows users to specify which PC to filter out. If a PC is specified, the entire BB that contains the PC is removed from the BB histogram. Users can specify --without multiple times, e.g. --without 0x200 --without 0x300