Releases: daym/amd-register-interface-extractor
Use Python logging
Improve error handling
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
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).