soc-hub-fi / keelhaul

Generate executable memory-mapped I/O verification test cases from IP-XACT or CMSIS-SVD files.
Apache License 2.0
0 stars 0 forks source link

`MakeAddrError` reports decimal instead of hexadecimal #35

Open hegza opened 5 months ago

hegza commented 5 months ago

On Headsail VP, when specifying incorrect bit-width, we receive an error like:


thread 'main' panicked at keelhaul/src/frontend/svd_parser.rs:146:6:
could not make address: MakeAddrError { src: [8584691712, 0, ```

It would be more helpful if the offsets were in hex.