From 299d64ad9fee77eda9e5e273e17a8f67cc217c3c Mon Sep 17 00:00:00 2001 From: "Emil J. Tywoniak" Date: Tue, 25 Nov 2025 23:52:30 +0100 Subject: [PATCH] newcelltypes: comment --- kernel/newcelltypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/newcelltypes.h b/kernel/newcelltypes.h index 28584b1f1..be661fc4f 100644 --- a/kernel/newcelltypes.h +++ b/kernel/newcelltypes.h @@ -550,6 +550,7 @@ static constexpr Categories categories; namespace Compat { static constexpr auto internals_all = Categories::meet(categories.is_known, Categories::complement(categories.is_stdcell)); static constexpr auto mem_ff = Categories::join(categories.is_ff, categories.is_mem_noff); + // old setup_internals + setup_stdcells static constexpr auto nomem_noff = Categories::meet(categories.is_known, Categories::complement(mem_ff)); static constexpr auto internals_mem_ff = Categories::meet(internals_all, mem_ff); // old setup_internals