Skip to content

Commit

Permalink
Update find_pll_trng_configs.py
Browse files Browse the repository at this point in the history
comment about required  lib added
  • Loading branch information
bochardn authored Aug 24, 2023
1 parent 1ca80b6 commit d741e1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/find_pll_trng_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
# a tool to help you find configurations
# according to defined constraints.

# update Python lib when necessary
# pip install python-contraint

from functools import lru_cache
from math import sqrt, floor, ceil, gcd
from time import process_time
Expand Down

0 comments on commit d741e1b

Please sign in to comment.