Document context related calls in HimbaechelAPI

This commit is contained in:
Miodrag Milanovic 2024-04-19 12:07:15 +02:00 committed by myrtle
parent 6b5b21e165
commit cecd6b3f4d

View File

@ -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()