There's a command defined in the PDK to convert dimensions: ```magic::i2u 2000``` returns `10.0` . T...
t
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
.