Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
M0stafaRady committed Dec 6, 2023
1 parent d0655b2 commit 384c1e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async def wrapper_func(*args, **kwargs):
else:
cocotb.log.info(f"Test passed {msg}")
cocotb.log.info(
f'Cycles consumed = {int(cocotb.utils.get_sim_time("ns")/CLOCK_GLOBAL)} recommened timeout = {int(cocotb.utils.get_sim_time("ns")*1.1/CLOCK_GLOBAL)+1} cycles'
f'Cycles consumed = {int(cocotb.utils.get_sim_time("ns") / CLOCK_GLOBAL)} recommened timeout = {int(cocotb.utils.get_sim_time("ns") * 1.1 / CLOCK_GLOBAL) + 1} cycles'
)

return wrapper_func
Expand Down

0 comments on commit 384c1e9

Please sign in to comment.