From 347a33024db09240f233dea7366c3dc1b0c73df3 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 5 Dec 2020 18:19:51 +0100 Subject: [PATCH] Added a disclaimer note for the compound DRC feature. --- src/db/db/gsiDeclDbCompoundOperation.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/db/db/gsiDeclDbCompoundOperation.cc b/src/db/db/gsiDeclDbCompoundOperation.cc index b489d082d..4a1b08376 100644 --- a/src/db/db/gsiDeclDbCompoundOperation.cc +++ b/src/db/db/gsiDeclDbCompoundOperation.cc @@ -366,6 +366,8 @@ Class decl_CompoundRegionOperationNode ("db", " "\n" "The search distance for introduder shapes is determined by the operation and computed from the operation's requirements.\n" "\n" + "NOTE: this feature is experimental and not deployed into the the DRC framework yet.\n" + "\n" "This class has been introduced in version 0.27." );