Commit b7e45076 authored by Florent Kermarrec's avatar Florent Kermarrec

core/cpu/CPUNone: set endianness to little.

parent 0eb1f88b
......@@ -26,6 +26,7 @@ class CPU(Module):
class CPUNone(CPU):
variants = ["standard"]
data_width = 32
endianness = "little"
reset_address = 0x00000000
io_regions = {0x00000000: 0x100000000} # origin, length
periph_buses = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment