Skip to content

Commit

Permalink
Network.i
Browse files Browse the repository at this point in the history
Signed-off-by: James Cherry <[email protected]>
  • Loading branch information
jjcherry56 committed Jul 24, 2024
1 parent 1baa0dc commit d7f3aab
Show file tree
Hide file tree
Showing 5 changed files with 866 additions and 839 deletions.
6 changes: 6 additions & 0 deletions graph/Graph.i
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ remove_delay_slew_annotations()

%} // inline

////////////////////////////////////////////////////////////////
//
// Object Methods
//
////////////////////////////////////////////////////////////////

%extend Vertex {
Pin *pin() { return self->pin(); }
bool is_bidirect_driver() { return self->isBidirectDriver(); }
Expand Down
6 changes: 6 additions & 0 deletions liberty/Liberty.i
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,12 @@ find_liberty_cell(const char *name)

%} // inline

////////////////////////////////////////////////////////////////
//
// Object Methods
//
////////////////////////////////////////////////////////////////

%extend LibertyLibrary {
const char *name() { return self->name(); }

Expand Down
Loading

0 comments on commit d7f3aab

Please sign in to comment.