Skip to content
Snippets Groups Projects
Commit ed796c3d authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Util] always convert liveness threshold to int

parent edb44a80
No related branches found
No related tags found
No related merge requests found
......@@ -51,4 +51,4 @@ def pyverilate_get_liveness_threshold_cycles():
"""Return the number of no-output cycles rtlsim will wait before assuming
the simulation is not finishing and throwing an exception."""
return os.getenv("LIVENESS_THRESHOLD", 100)
return int(os.getenv("LIVENESS_THRESHOLD", 100))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment