Initial Pass at Attribute parsing

This commit is contained in:
Ethan Mahintorabi
2024-03-09 22:02:19 +00:00
parent 2cfbeb4672
commit 414e4e44aa
16 changed files with 5101 additions and 56 deletions
+2
View File
@@ -45,6 +45,7 @@ public:
const PatternMatch *pattern) const override;
const char *name(const Cell *cell) const override;
const char *getAttribute(const Cell *cell, const char* key) const override;
ObjectId id(const Cell *cell) const override;
Library *library(const Cell *cell) const override;
LibertyCell *libertyCell(Cell *cell) const override;
@@ -80,6 +81,7 @@ public:
bool hasMembers(const Port *port) const override;
ObjectId id(const Instance *instance) const override;
const char *getAttribute(const Instance *inst, const char* key) const override;
Instance *topInstance() const override;
Cell *cell(const Instance *instance) const override;
Instance *parent(const Instance *instance) const override;