Originally noted by Shinji Wakatsuki swaka@hdlab.com
Or1ksim ignores the Supervision Register Little Endian Enable (LEE) bit. The model will always be big-endian in its standard build. Currently the only way to get round this is to build a big-endian model by setting the flag OR32_BIG_ENDIAN.
This is a feature request to add support for the SR LEE bit.
This is a non-trivial piece of work, and there are concerns about the performance impact of dynamically checking the endianism.