Skip to content

Commit

Permalink
Document context related calls in HimbaechelAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko authored and gatecat committed Jul 8, 2024
1 parent 6b5b21e commit cecd6b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions himbaechel/himbaechel_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ struct PlacerHeapCfg;

struct HimbaechelAPI
{
// Architecture specific context initialization
virtual void init(Context *ctx);
// Called after context is initialized, but before any commands are executed
virtual void setupArchContext() {}
// If constids are being used, this is used to set them up early
// then it is responsible for loading the db blob with arch->load_chipdb()
Expand Down

0 comments on commit cecd6b3

Please sign in to comment.