workhorsy / py-cpuinfo

A module for getting CPU info with pure Python
MIT License
312 stars 59 forks source link

Add support for RISC-V #167

Closed felixonmars closed 3 years ago

felixonmars commented 3 years ago

All tests passed, and verified on a native machine.

Data in the new test case was collected from a real HiFive Unmatched board running Ubuntu 21.04.

workhorsy commented 3 years ago

Looks good. Thanks