Skip to content

Commit

Permalink
Black and flake8 need to agree
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Penney committed Jan 6, 2025
1 parent 5400e1d commit 9a30334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions axi/fifo_timing.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ def min_Enable_delay(fh, fp, HOST_XACT_CYCLES=8, RLAT=3, MAX_XACTS=RTEFI_MTU_LIM
enable_delay = 0
if enable_delay < 0:
print(f"enable_delay = {enable_delay} < 0!")
print(f"fh*(cdc0 + (MAX_XACTS + 1)*(RLAT/fp)) = {fh*(cdc0 + (MAX_XACTS + 1)*(RLAT/fp))};"
+ f" HOST_XACT_CYCLES*MAX_XACTS = {HOST_XACT_CYCLES*MAX_XACTS}")
print(f"fh*(cdc0 + (MAX_XACTS + 1)*(RLAT/fp)) = {fh*(cdc0 + (MAX_XACTS + 1)*(RLAT/fp))};" +
f" HOST_XACT_CYCLES*MAX_XACTS = {HOST_XACT_CYCLES*MAX_XACTS}")
return enable_delay


Expand Down

0 comments on commit 9a30334

Please sign in to comment.