1 2 3 4 5 6 7 8 9 10 11 12
import targets import testlib import spike32 # pylint: disable=import-error class spike32_2(targets.Target): harts = [spike32.spike32_hart(), spike32.spike32_hart()] openocd_config_path = "spike.cfg" timeout_sec = 30 def create(self): return testlib.Spike(self)