archspec / archspec-json

Other
20 stars 32 forks source link

Adding optional CPUID field in microarchitecture schema and in json file for Arm architectures #110

Closed paolotricerri closed 1 month ago

paolotricerri commented 2 months ago

As part of https://github.com/archspec/archspec/pull/168 on the archspec repo, it was decided to add, where it made sense for ARM cores a new field, called cpuid rather than adding a new submodule just for that.

These changes aim at:

This field will be used in the cpu/detect.py file in the archspec repo, for which a separate PR will be opened.

CC: @dslarm

paolotricerri commented 1 month ago

Sorry, didn't realise I had not tagged @alalazo in the review.

Thanks P