liberty test_cell name

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2024-10-25 08:41:22 -07:00
parent 21a62ebccf
commit dfb95b1cfe
3 changed files with 11 additions and 4 deletions
+3 -1
View File
@@ -1089,7 +1089,9 @@ protected:
class TestCell : public LibertyCell
{
public:
TestCell(LibertyCell *cell);
TestCell(LibertyLibrary *library,
const char *name,
const char *filename);
protected:
};