c22aa4c6907fd3b280550e812f558dc05b627812
[riscv-tests.git] / debug / targets / SiFive / Freedom / U500.py
1 import targets
2
3 class U500(targets.Target):
4 xlen = 64
5 ram = 0x80000000
6 ram_size = 16 * 1024
7 instruction_hardware_breakpoint_count = 2
8 openocd_config_path = "Freedom.cfg"
9 link_script_path = "Freedom.lds"