GDS-Render v1.2.1
gds_cell Struct Reference

A Cell inside a gds_library. More...

#include <gds-types.h>

Collaboration diagram for gds_cell:
[legend]

Data Fields

char name [CELL_NAME_MAX]
 
struct gds_time_field mod_time
 
struct gds_time_field access_time
 
GList * child_cells
 List of gds_cell_instance elements. More...
 
GList * graphic_objs
 List of gds_graphics. More...
 
struct gds_libraryparent_library
 Pointer to parent library. More...
 
struct gds_cell_checks checks
 Checking results. More...
 

Detailed Description

A Cell inside a gds_library.

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

Field Documentation

◆ access_time

struct gds_time_field access_time

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

◆ checks

struct gds_cell_checks checks

Checking results.

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

◆ child_cells

GList* child_cells

List of gds_cell_instance elements.

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

◆ graphic_objs

GList* graphic_objs

List of gds_graphics.

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

◆ mod_time

struct gds_time_field mod_time

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

◆ name

char name[CELL_NAME_MAX]

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

◆ parent_library

struct gds_library* parent_library

Pointer to parent library.

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


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