Document context related calls in HimbaechelAPI
This commit is contained in:
parent
6b5b21e165
commit
cecd6b3f4d
@ -57,7 +57,9 @@ struct PlacerHeapCfg;
|
|||||||
|
|
||||||
struct HimbaechelAPI
|
struct HimbaechelAPI
|
||||||
{
|
{
|
||||||
|
// Architecture specific context initialization
|
||||||
virtual void init(Context *ctx);
|
virtual void init(Context *ctx);
|
||||||
|
// Called after context is initialized, but before any commands are executed
|
||||||
virtual void setupArchContext() {}
|
virtual void setupArchContext() {}
|
||||||
// If constids are being used, this is used to set them up early
|
// 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()
|
// then it is responsible for loading the db blob with arch->load_chipdb()
|
||||||
|
Loading…
Reference in New Issue
Block a user