RRZE-HPC / OSACA

Open Source Architecture Code Analyzer
GNU Affero General Public License v3.0
296 stars 18 forks source link

Add support for ARM Cortex-A72 #60

Closed Tobi29 closed 2 years ago

Tobi29 commented 3 years ago

This adds a model for the ARM Cortex-A72 found in the Raspberry Pi 4. Additionally, the required files for regenerating the model are included as well, in particular:

In case changes were done the model can be generated with:

./pmevo_importer.py a72/mapping_pmevo.json a72/template.yml

However this will not give correct latencies due to asmbench not being used. To do that also pass --asmbench to the script, that will adjust the latency (and throughput) in the output model. Obviously that requires actually running on a RasPi and the conversion takes a lot longer (a few minutes usually). The included osaca/data/a72.yml was created with --asmbench, so these values are adjusted already.

dgazzoni commented 2 years ago

Hi. I'm extremely interested in getting a Cortex-A72 model for OSACA. Is there anything I can do to help this pull request get merged?

codecov-commenter commented 2 years ago

Codecov Report

Merging #60 (ab61554) into master (6e99954) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #60   +/-   ##
=======================================
  Coverage   90.62%   90.62%           
=======================================
  Files          13       13           
  Lines        2401     2401           
=======================================
  Hits         2176     2176           
  Misses        225      225           
Impacted Files Coverage Δ
osaca/osaca.py 84.45% <ø> (ø)
osaca/semantics/hw_model.py 79.22% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6e99954...ab61554. Read the comment docs.