Is there any restrictions diff_fill cannot overlap...
# shuttle-precheck
s
Is there any restrictions diff_fill cannot overlap on the Li_drawing layer? Slack Conversation
m
@samarth jain Can you show the
tap
layer too? That’s part of the diffusion mask.
@samarth jain just for confirmation, this error occurs when running
openlane
, not when running
precheck
, correct?
s
@Mitch Bailey can we get the tapeout fill script post pre check to run on local machines?
image.png
m
You might be able to get something to work locally with these commands
Copy code
export USER_ID=23110000
make set_user_id
make gpio_defaults
make ship
make generate_fill
make final
It may not be exactly the same as what’s on the platform, though.