[ UQ GDSII Viewer - version 1.0.2 ]
This program can display VLSI layouts (in GDSII Stream Format) on the screen. It was implemented in Java. Therefore, it can be run on virtually all of the platforms. You have to have Java SDK or JRE installed on your computer before running the program.
[ Download ]
Machine Type / Processor / OS |
Binary |
sun4u / sparc / SunOS 5.8 |
|
PC / Pentium (x86) / Red Hat Linux 9 |
|
PC / Pentium (x86) / Windows XP |
[ How to Use ]
[ Screen Shots ]
[ History ]
Date |
Events |
Apr. 23, 2005 | First working version was implemented. Not all of the record types are supported. The program is very slow for large designs. |
Apr. 26, 2005 | Added status bar for displaying window coordinates & GDSII
coordinates. Added the "View" Menu which includes Show All, Zoom In, and Zoom Out. Added the file chooser dialog box. Added the "Help" menu (version 1.0). The program runs very slowly for GDSII layout size > 6MB. To Do: I need to come up with some algorithms to transform a Path to a Polygon. |
Apr. 27, 2005 | To Do: Support SREF-->ANGLE. |
Apr. 29, 2005 | Added a hash table but the display speed is still slow. It is probably due to that the layout view is flattened in the program (all SREF's are displayed). If the problem cannot be solved, I have to limit the SREF depth in each view. |
May 01, 2005 | Supported SREF-->ANGLE. |
May 05, 2005 | Added a progress bar. Display JFrame window in another thread. |
Sep. 12, 2005 |
|