Join Slack
Powered by
There's a command defined in the PDK to convert di...
# magic
t
Tim Edwards
05/24/2024, 12:07 AM
There's a command defined in the PDK to convert dimensions:
Copy code
magic::i2u 2000
returns
10.0
. The underlying command used by
i2u
is
cif scale out
.
Open in Slack
Previous
Next