|
Limbo
|
Database for Gdf parser. More...
#include <string>#include <vector>#include <iostream>#include <fstream>#include <sstream>#include <cassert>Go to the source code of this file.
Classes | |
| class | GdfParser::IntegerArray |
| bison does not support vector very well, so here create a dummy class for integer array. More... | |
| class | GdfParser::NumberArray |
| bison does not support vector very well, so here create a dummy class for floating point number array. More... | |
| class | GdfParser::StringArray |
| bison does not support vector very well, so here create a dummy class for string array. More... | |
| struct | GdfParser::Item |
| Temporary data structures to hold parsed data. Base class for all temporary data structures. More... | |
| struct | GdfParser::Point |
| class for point More... | |
| struct | GdfParser::CellPort |
| cell port More... | |
| struct | GdfParser::CellInstance |
| cell instance More... | |
| struct | GdfParser::PathObj |
| object on a path More... | |
| struct | GdfParser::Path |
| routing path More... | |
| struct | GdfParser::Text |
| text More... | |
| struct | GdfParser::NetPort |
| port of net More... | |
| struct | GdfParser::Net |
| net for interconnection More... | |
| struct | GdfParser::Cell |
| the whole routing layout is describe by a cell More... | |
| class | GdfParser::GdfDataBase |
| Base class for def database. Only pure virtual functions are defined. User needs to inheritate this class and derive a custom database type with all callback functions defined. More... | |
Namespaces | |
| GdfParser | |
| namespace for GdfParser | |
Typedefs | |
| typedef int | GdfParser::int32_t |
| typedef unsigned int | GdfParser::uint32_t |
| typedef long | GdfParser::int64_t |
Database for Gdf parser.
See http://cadlab.cs.ucla.edu/~pubbench/routing/.index.html for the format of GDF file. It is an academic format for routing.
Definition in file GdfDataBase.h.
1.8.8