blob: 4442af7a35b7e0c4b3538c3eacf31b064369e6e7 [file] [log] [blame]
import targets
class U500Hart(targets.Hart):
xlen = 64
ram = 0x80000000
ram_size = 64 * 1024
instruction_hardware_breakpoint_count = 2
link_script_path = "Freedom.lds"
class U500(targets.Target):
openocd_config_path = "Freedom.cfg"
harts = [U500Hart()]
invalid_memory_returns_zero = True