blob: 9bf7caec230495ba5460b7edc86820231bb4d115 [file] [log] [blame]
import targets
class E51(targets.Hart):
xlen = 64
ram = 0x80000000
ram_size = 1024 * 1024
instruction_hardware_breakpoint_count = 2
reset_vectors = [0x1004]
misa = 0x8000000000101105
class U54(targets.Hart):
xlen = 64
ram = 0x80000000
ram_size = 1024 * 1024
instruction_hardware_breakpoint_count = 2
reset_vectors = [0x1004]
misa = 0x800000000014112d
class HiFiveUnleashed(targets.Target):
support_hasel = False
harts = [E51(), U54(), U54(), U54(), U54()]