riscv tests refactoring

This commit is contained in:
Blaise Tine 2024-05-28 10:46:31 -07:00
parent 0426856ab4
commit f8ef570778
1140 changed files with 574 additions and 160937 deletions

View file

@ -73,7 +73,7 @@ def create_vxbin_binary(input_elf, output_bin, objcopy_path):
# Remove the temporary binary file
os.remove(temp_bin_path)
print("Binary created successfully: {}, min_vma={:x}, max_vma={:x}".format(output_bin, min_vma, max_vma))
# print("Binary created successfully: {}, min_vma={:x}, max_vma={:x}".format(output_bin, min_vma, max_vma))
if __name__ == '__main__':
if len(sys.argv) != 3: