From cecd6b3f4d2ff4a4931647db2337a7adcd144432 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 19 Apr 2024 12:07:15 +0200 Subject: [PATCH] Document context related calls in HimbaechelAPI --- himbaechel/himbaechel_api.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/himbaechel/himbaechel_api.h b/himbaechel/himbaechel_api.h index b1c50c5a..21275cfb 100644 --- a/himbaechel/himbaechel_api.h +++ b/himbaechel/himbaechel_api.h @@ -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()