mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-06-28 17:43:24 -04:00
riscv tests refactoring
This commit is contained in:
parent
0426856ab4
commit
f8ef570778
1140 changed files with 574 additions and 160937 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue