[Libre-soc-dev] Attempt to run baselines: error

Luke Kenneth Casson Leighton lkcl at lkcl.net
Wed May 26 11:46:23 BST 2021


it is an internal matter, the simulator data structure is a dictionary
where for convenience of internal code the memory emulation is in 64
bit chunks of bigendian data.

thus the data when extracted must be recognised as such and only
bigendian conversion will out it into the correct (external) raw
normal order.

yes it is confusing as hell and has absolutely nothing to do with or
any impact on how the commandline usage works.



On 5/26/21, Lauri Kasanen <cand at gmx.com> wrote:
> Hi,
>
> 3b8d346 extracting memory for dump must be big-endian ordered
>
> Huh, why? This is LE code and LE data. Shouldn't load and dump
> be bytewise raw?
>
> - Lauri
>
> _______________________________________________
> Libre-soc-dev mailing list
> Libre-soc-dev at lists.libre-soc.org
> http://lists.libre-soc.org/mailman/listinfo/libre-soc-dev
>



More information about the Libre-soc-dev mailing list