fix silly typo with comment in hw_debug_test.py

This commit is contained in:
James Stine 2024-06-06 18:13:37 -05:00
parent 12a4f2b97e
commit 0d4e0f8b5f

View File

@ -131,7 +131,7 @@ def random_hex(reg_name):
else:
size = XLEN
// Reset ReadDataM to a value
# Reset ReadDataM to a value
nonstandard_register_lengths["READDATAM"] = XLEN
if random_stimulus:
return "0x" + f"{random.getrandbits(size):x}".rjust(pad, "0")