Move target definition into individual files.
[riscv-tests.git] / debug / targets / SiFive / Freedom / E300.py
1 import targets
2
3 class E300(targets.Target):
4 xlen = 32
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"