diff --git a/src/db/db/gsiDeclDbVia.cc b/src/db/db/gsiDeclDbVia.cc index 1090afef4..3b446bbe6 100644 --- a/src/db/db/gsiDeclDbVia.cc +++ b/src/db/db/gsiDeclDbVia.cc @@ -77,45 +77,53 @@ Class decl_dbViaType ("db", "ViaType", "This values specifies the minimum width of the bottom layer in micrometers. " "The default is zero." ) + +#if 0 // TODO: not used currently make_getter_setter ("wbmax", "@brief The maximum bottom-layer width of the via.\n" "This values specifies the maximum width of the bottom layer in micrometers. " "A negative value indicates that no specific upper limit is given. " "The default is 'unspecified'." ) + +#endif make_getter_setter ("wtmin", "@brief The minimum top-layer width of the via.\n" "This values specifies the minimum width of the top layer in micrometers. " "The default is zero." ) + +#if 0 // TODO: not used currently make_getter_setter ("wtmax", "@brief The maximum top-layer width of the via.\n" "This values specifies the maximum width of the top layer in micrometers. " "A negative value indicates that no specific upper limit is given. " "The default is 'unspecified'." ) + +#endif make_getter_setter ("hbmin", "@brief The minimum bottom-layer height of the via.\n" "This values specifies the minimum height of the bottom layer in micrometers. " "The default is zero." ) + +#if 0 // TODO: not used currently make_getter_setter ("hbmax", "@brief The maximum bottom-layer height of the via.\n" "This values specifies the maximum height of the bottom layer in micrometers. " "A negative value indicates that no specific upper limit is given. " "The default is 'unspecified'." ) + +#endif make_getter_setter ("htmin", "@brief The minimum top-layer height of the via.\n" "This values specifies the minimum height of the top layer in micrometers. " "The default is zero." ) + +#if 0 // TODO: not used currently make_getter_setter ("htmax", "@brief The maximum top-layer height of the via.\n" "This values specifies the maximum height of the top layer in micrometers. " "A negative value indicates that no specific upper limit is given. " "The default is 'unspecified'." ) + +#endif make_getter_setter ("bottom", "@brief The bottom layer of the via.\n" ) + @@ -125,18 +133,22 @@ Class decl_dbViaType ("db", "ViaType", make_getter_setter ("top", "@brief The top layer of the via.\n" ) + +#if 0 // TODO: not used currently make_getter_setter ("bottom_wired", "@brief A flag indicating that the bottom layer is a wiring layer.\n" "If false, the bottom layer is assume to be a sheet layer, such as diffusion. " "In this case, changing the routing layer will not continue drawing a path. " "If true (the default), drawing will continue on the bottom layer as a path." ) + +#endif +#if 0 // TODO: not used currently make_getter_setter ("top_wired", "@brief A flag indicating that the top layer is a wiring layer.\n" "If false, the bottom layer is assume to be a sheet layer, such as diffusion. " "In this case, changing the routing layer will not continue drawing a path. " "If true (the default), drawing will continue on the bottom layer as a path." ) + +#endif make_getter_setter ("bottom_grid", "@brief If non-zero, the bottom layer's dimensions will be rounded to this grid.\n" ) + diff --git a/src/rba/unit_tests/rbaTests.cc b/src/rba/unit_tests/rbaTests.cc index e2ff18d3a..1caf18b50 100644 --- a/src/rba/unit_tests/rbaTests.cc +++ b/src/rba/unit_tests/rbaTests.cc @@ -139,6 +139,7 @@ RUBYTEST (dbTextTest, "dbTextTest.rb") RUBYTEST (dbTextsTest, "dbTextsTest.rb") RUBYTEST (dbTilingProcessorTest, "dbTilingProcessorTest.rb") RUBYTEST (dbTransTest, "dbTransTest.rb") +RUBYTEST (dbViaTest, "dbViaTest.rb") RUBYTEST (dbVectorTest, "dbVectorTest.rb") RUBYTEST (dbUtilsTests, "dbUtilsTests.rb") RUBYTEST (dbTechnologies, "dbTechnologies.rb")