3f87d2697e39c4d0c0225d3099fe26764d18dfb7
[riscv-tests.git] / debug / targets / RISC-V / spike32-2.py
1 import targets
2 import testlib
3
4 import spike32
5
6 class spike32_2(targets.Target):
7 harts = [spike32.spike32_hart(), spike32.spike32_hart()]
8 openocd_config_path = "spike.cfg"
9
10 def create(self):
11 return testlib.Spike(self)