Exemplo n.º 1
0
 def test_core0_cumulative_write_ram2(self, bl):
     write_memory.cumulative_write(bl, self.memType, self.memIndex)
Exemplo n.º 2
0
    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)