GDS-Render v1.2.1
gds_library Struct Reference

GDS Toplevel library. More...

#include <gds-types.h>

Collaboration diagram for gds_library:
[legend]

Data Fields

char name [CELL_NAME_MAX]
 
struct gds_time_field mod_time
 
struct gds_time_field access_time
 
double unit_in_meters
 
GList * cells
 
GList * cell_names
 

Detailed Description

GDS Toplevel library.

Definition at line 135 of file gds-types.h.

Field Documentation

◆ access_time

struct gds_time_field access_time

Definition at line 138 of file gds-types.h.

◆ cell_names

GList* cell_names

< List of strings that contains all cell names

Definition at line 141 of file gds-types.h.

◆ cells

GList* cells

List of gds_cell that contains all cells in this library

Definition at line 140 of file gds-types.h.

◆ mod_time

struct gds_time_field mod_time

Definition at line 137 of file gds-types.h.

◆ name

char name[CELL_NAME_MAX]

Definition at line 136 of file gds-types.h.

◆ unit_in_meters

double unit_in_meters

Length of a database unit in meters

Definition at line 139 of file gds-types.h.


The documentation for this struct was generated from the following file: