sorting out bigendian/littleendian including in qemu
[soc.git] / src / soc / config / endian.py
1 global bigendian
2 bigendian = 0
3
4 def set_endian_mode(mode):
5 bigendian = mode