From 2be4f3f756ca2c90eaa86da68cd4d0ab92c25894 Mon Sep 17 00:00:00 2001 From: Serge Rabyking Date: Tue, 9 Jul 2024 22:14:32 +0100 Subject: [PATCH] Fixed DeepShapeStore.subcircuit_hierarchy_for_nets getter --- src/db/db/gsiDeclDbDeepShapeStore.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/db/gsiDeclDbDeepShapeStore.cc b/src/db/db/gsiDeclDbDeepShapeStore.cc index a80c84848..9b5536595 100644 --- a/src/db/db/gsiDeclDbDeepShapeStore.cc +++ b/src/db/db/gsiDeclDbDeepShapeStore.cc @@ -190,7 +190,7 @@ Class decl_dbDeepShapeStore ("db", "DeepShapeStore", "\n" "This attribute has been introduced in version 0.28.4" ) + - gsi::method ("subcircuit_hierarchy_for_nets=", &db::DeepShapeStore::set_subcircuit_hierarchy_for_nets, gsi::arg ("value"), + gsi::method ("subcircuit_hierarchy_for_nets", &db::DeepShapeStore::subcircuit_hierarchy_for_nets, "@brief Gets a value indicating whether to build a subcircuit hierarchy per net\n" "See \\subcircuit_hierarchy_for_nets= for details.\n" "\n"