Layout Viewer


An HTML5 and jQuery based GDSII layout online viewer

Display

The display of layers defined in the techfile needs both fill and stroke styles.
[fill/stroke style] "rgba(0~255,0~255,0~255,0~1.0)"

Functions

Two functions for setting up display style and binding styles to layers.
[function] set-display (name &key fill stroke) 
[function] bind-display (layer-name display)
And the function for opening the http server to display layouts of particular GDSII file.
[function] layout-viewer (&key port)

Hotkeys

up    - go up
down  - go down
right - go right
left  - go left
z     - zoom in
Z     - zoom out
f     - zoom fit
H     - show hierarchy
h     - hide hierarchy

Example

sky130_fd_sc_hd (Apache License 2.0, techfile, display, Standard Cell Merge Script)

If you are interested in it, please send me an email.
Email: zzk@bah4i.xyz
September 22, 2022