-
Notifications
You must be signed in to change notification settings - Fork 264
Closed
Description
Please install the package load_lefdef_tutorial from the Salt.Mine. Then cd to ~/.klayout/salt/load_lefdef_tutorial. Then run "make lefdef".
In klayout show cell BUFX2 as new top cell. Watch the blue text labels A+Y+vdd+gnd.
Now hide the layer "metal1.pin -81/0". You can see that these labels also exist on layer "text.drawing - 109/0".
This is not correct. The mapfile input/klayout/cmos180.encmap should put
LEF pins only on layer 109/0
metal1 LEFPIN 81 0
DEF pins only on layers 81, 82 etc.
NAME metal1/PIN 81 0
NAME metal2/PIN 82 0
You can also check the toplevel cell - you also find duplicate labels there. There should be nothing on 109/0 according ot the map file.
Reactions are currently unavailable