From d741e1b9761722221d11003c257467e37b94028b Mon Sep 17 00:00:00 2001 From: bochardn <77160152+bochardn@users.noreply.github.com> Date: Thu, 24 Aug 2023 10:10:55 +0200 Subject: [PATCH] Update find_pll_trng_configs.py comment about required lib added --- src/find_pll_trng_configs.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/find_pll_trng_configs.py b/src/find_pll_trng_configs.py index 00d3d32..7e11410 100644 --- a/src/find_pll_trng_configs.py +++ b/src/find_pll_trng_configs.py @@ -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