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

64-bit values generated when `ARCH_PTR_BYTES` is set to 4 #16

Open RHamalainen opened 7 months ago

hegza commented 6 months ago

Please clarify. It's normal to have 64-bit registers on a system with a native pointer size of 32 bits.

E.g., a 32-bit SysCtrl on Ballast can still check the values of 64-bit registers available on the HPC system in a unified memory architecture. That would make the access non-atomic however but I think that's out of scope for keelhaul.