mirror of https://github.com/KLayout/klayout.git
WIP: correctly assigned db module to LEF/DEF reader GSI declaration
This commit is contained in:
parent
9e972876fe
commit
381357bfcb
|
|
@ -77,7 +77,7 @@ static void set_net_property_name (db::LEFDEFReaderOptions *config, const tl::Va
|
|||
}
|
||||
|
||||
static
|
||||
gsi::Class<db::LEFDEFReaderOptions> decl_lefdef_config ("lay", "LEFDEFReaderConfiguration",
|
||||
gsi::Class<db::LEFDEFReaderOptions> decl_lefdef_config ("db", "LEFDEFReaderConfiguration",
|
||||
gsi::method ("layer_map", (db::LayerMap &(db::LEFDEFReaderOptions::*) ()) &db::LEFDEFReaderOptions::layer_map,
|
||||
"@brief Gets the layer map to be used for the LEF/DEF reader\n"
|
||||
"@return A reference to the layer map\n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue