diff options
Diffstat (limited to 'gowin/arch.h')
-rw-r--r-- | gowin/arch.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gowin/arch.h b/gowin/arch.h index 8ba037de..8774c303 100644 --- a/gowin/arch.h +++ b/gowin/arch.h @@ -446,6 +446,9 @@ struct Arch : BaseArch<ArchRanges> bool cellsCompatible(const CellInfo **cells, int count) const; std::vector<IdString> cell_types; + + // Permissible combinations of modes in a single slice + std::map<const IdString, IdString> dff_comp_mode; }; NEXTPNR_NAMESPACE_END |