Hi, Can somebody help me? I get an error: Duplicat...
# magic
a
Hi, Can somebody help me? I get an error: Duplicate cell in chip_io_alt: Instance of cell sky130_ef_io__com_bus_slice_5um.mag is from path /home/armleo/Desktop/ArmleoPC_sky130/caravel/mag but cell was previously read from /home/armleo/Desktop/pdk_root/sky130A/libs.ref/sky130_fd_io/maglef. when opening with magic. It causes a lot of lag. What do I do?
t
You can suppress the warning by using
load <cell> -dereference
.
a
Thanks