Skip to content

Commit

Permalink
setmodel doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nanocoh committed Oct 31, 2024
1 parent db0e609 commit 166a3bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/snl/snl/kernel/SNLInstance.h
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ class SNLInstance final: public SNLDesignObject {
SNLNet* net,
SNLID::Bit netMSB, SNLID::Bit netLSB);

/**
* \brief Seting new model for this instance.
* \param newModel new model for this instance.
*/
void setModel(SNLDesign* newModel);

SNLID::DesignObjectID getOrderID() const { return orederID_; }
Expand Down

0 comments on commit 166a3bb

Please sign in to comment.