The purpose of this page is to establish a standard representation for rendering of VLSI layout on all wiki pages.
Older pages may not conform to this standard, but all new ones should.
Description | RGB | Appearance |
---|---|---|
P-type diffusion | 128, 128, 0 | <div style='width:100px; height:20px; background-color:#808000'> </div> |
N-type diffusion | 0, 128, 0 | <div style='width:100px; height:20px; background-color:#008000'> </div> |
Polysilicon | 255, 0, 0 | <div style='width:100px; height:20px; background-color:#ff0000'> </div> |
Vias (all layers) | 0, 0, 0 | <div style='width:100px; height:20px; background-color:#000000'> </div> |
Metal 1 | 0, 0, 255 | <div style='width:100px; height:20px; background-color:#0000ff'> </div> |
Metal 2 | 0, 255, 255 | <div style='width:100px; height:20px; background-color:#00ffff'> </div> |
Metal 3 | 128, 128, 255 | <div style='width:100px; height:20px; background-color:#8080ff'> </div> |
Metal 4 | 255, 128, 255 | <div style='width:100px; height:20px; background-color:#ff80ff'> </div> |