mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-03 16:29:09 +02:00
Implemented glob-style matching for label selection. Introduces
an optional extra argument to the "select" command that can be used to select labels by glob-style matching; e.g., "select area labels VSS*" or "select less area labels *_1". This will help in managing labels after flattening a standard cell design; e.g., by using "select less area labels */VDD".
This commit is contained in:
@@ -783,6 +783,7 @@ extern void DBPathSubstitute();
|
||||
extern Label *DBPutLabel();
|
||||
extern Label *DBPutFontLabel();
|
||||
extern void DBFontLabelSetBBox();
|
||||
extern bool DBEraseGlobLabel();
|
||||
extern bool DBEraseLabel();
|
||||
extern void DBEraseLabelAll();
|
||||
extern void DBEraseLabelsByContent();
|
||||
@@ -875,6 +876,7 @@ extern void DBCellCopyAllPaint();
|
||||
extern void DBCellCheckCopyAllPaint();
|
||||
extern void DBCellCopyLabels();
|
||||
extern void DBCellCopyAllLabels();
|
||||
extern void DBCellCopyGlobLabels();
|
||||
extern void DBCellCopyCells();
|
||||
extern void DBCellCopyAllCells();
|
||||
extern Plane *DBCellGenerateSubstrate();
|
||||
|
||||
Reference in New Issue
Block a user