def test_core0_cumulative_write_ram2(self, bl): write_memory.cumulative_write(bl, self.memType, self.memIndex)
def test_core1_sb_cumulative_write_ram2(self, bl): write_memory.cumulative_write(bl, self.memType, self.memIndex, usingSbComamnd=True) ############################################################################################################### # EOF
def test_core1_cumulative_write_flash1(self, bl): write_memory.cumulative_write(bl, self.memType, self.memIndex)