Join Slack
Powered by
Warning to python coders: `int()` is equivalent to...
# openlane-development
m
Mitch Bailey
04/21/2022, 11:14 PM
Warning to python coders:
int()
is equivalent to
trunc()
not
round()
. Found a case in the
gen_gpio_defaults.py
script where
1914.9999999999998
becomes
1914
instead of the expected
1915
.
2
Views
Open in Slack
Previous
Next