newcelltypes: comment

This commit is contained in:
Emil J. Tywoniak
2026-03-04 12:22:14 +01:00
parent 8e17fb0266
commit 31b86ebc2e
+1
View File
@@ -550,6 +550,7 @@ static constexpr Categories categories;
namespace Compat { namespace Compat {
static constexpr auto internals_all = Categories::meet(categories.is_known, Categories::complement(categories.is_stdcell)); 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); 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 nomem_noff = Categories::meet(categories.is_known, Categories::complement(mem_ff));
static constexpr auto internals_mem_ff = Categories::meet(internals_all, mem_ff); static constexpr auto internals_mem_ff = Categories::meet(internals_all, mem_ff);
// old setup_internals // old setup_internals