def test_core1_fill_out_of_ram2(self, bl):
     fill_memory.fill_out_of_memory_range(bl, self.memType, self.memIndex)
示例#2
0
 def test_core1_sb_fill_out_of_ram2(self, bl):
     fill_memory.fill_out_of_memory_range(bl, self.memType, self.memIndex, usingSbComamnd=True)
 def test_core0_fill_out_of_flash1(self, bl):
     fill_memory.fill_out_of_memory_range(bl, self.memType, self.memIndex)