mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
fix silly typo with comment in hw_debug_test.py
This commit is contained in:
parent
12a4f2b97e
commit
0d4e0f8b5f
@ -131,7 +131,7 @@ def random_hex(reg_name):
|
|||||||
else:
|
else:
|
||||||
size = XLEN
|
size = XLEN
|
||||||
|
|
||||||
// Reset ReadDataM to a value
|
# Reset ReadDataM to a value
|
||||||
nonstandard_register_lengths["READDATAM"] = XLEN
|
nonstandard_register_lengths["READDATAM"] = XLEN
|
||||||
if random_stimulus:
|
if random_stimulus:
|
||||||
return "0x" + f"{random.getrandbits(size):x}".rjust(pad, "0")
|
return "0x" + f"{random.getrandbits(size):x}".rjust(pad, "0")
|
||||||
|
Loading…
Reference in New Issue
Block a user