diff options
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r-- | ecp5/arch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h index 3de06a42..23a264ec 100644 --- a/ecp5/arch.h +++ b/ecp5/arch.h @@ -994,6 +994,8 @@ struct Arch : BaseCtx bool slicesCompatible(const std::vector<const CellInfo *> &cells) const; void assignArchInfo(); + void archInfoToAttributes(); + void attributesToArchInfo(); void permute_luts(); |