aboutsummaryrefslogtreecommitdiff
path: root/debug/targets/SiFive/Freedom/E300.py
blob: 95ddcfd6273a598a6aecf52e0000b0aac8e8a514 (plain)
1
2
3
4
5
6
7
8
9
import targets

class E300(targets.Target):
    xlen = 32
    ram = 0x80000000
    ram_size = 16 * 1024
    instruction_hardware_breakpoint_count = 2
    openocd_config_path = "Freedom.cfg"
    link_script_path = "Freedom.lds"