Common testbench classes and methods

exception acoretestbenches.common.TestFailError(message='Test failed!')

Raised when test fails.

acoretestbenches.common.bss_size(elf_file)
acoretestbenches.common.get_symbol_value(elf_file, name)
acoretestbenches.common.ram_image(elf_file)
acoretestbenches.common.ram_start(elf_file)
acoretestbenches.common.read_elf(elf_path)
acoretestbenches.common.rom_image(elf_file)
acoretestbenches.common.rom_start(elf_file)