Skip to content

Releases: daym/amd-register-interface-extractor

Use Python logging

02 Apr 13:58

Choose a tag to compare

This release switches all the programs to the Python-standard logger (module "logging").

Improve error handling

02 Apr 11:24

Choose a tag to compare

This release improves error reporting slightly. If the PPR contains some register descriptions which does not specify a usable instance, the program warns about it. It also works around some small AMD doc deficiencies when there's enough context to infer the missing information anyway.

This release adds a tool "find-writable-ficaa-registers" to find FICAA-accessible registers which can be written to by the user.

First release

22 Mar 17:09

Choose a tag to compare

This the first release of amd-register-interface-extractor.

It allows you to extract register interfaces from AMD PPR datasheets into SVD files.

These you can either view using the included graphical SVD viewer program, or you can use any number of SVD tools that are common in the industry to process them (for example svd2rust or similar).