diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-06-17 14:31:43 +0200 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-06-17 14:31:43 +0200 |
commit | c0a2f0b89fa1505c728d57a4529a62aa78013da4 (patch) | |
tree | f74bbf4e63857251a65e3ca50b1da62da7934d5a /common/design_utils.h | |
parent | 3b5c33d685b1330747612e4cebb422b09b2bd8de (diff) | |
parent | 153b800f6a5da9af277e64b4cd4aee1c10ca0a01 (diff) | |
download | nextpnr-c0a2f0b89fa1505c728d57a4529a62aa78013da4.tar.gz nextpnr-c0a2f0b89fa1505c728d57a4529a62aa78013da4.tar.bz2 nextpnr-c0a2f0b89fa1505c728d57a4529a62aa78013da4.zip |
Merge branch 'master' of gitlab.com:SymbioticEDA/nextpnr into chipdbng
Diffstat (limited to 'common/design_utils.h')
-rw-r--r-- | common/design_utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/design_utils.h b/common/design_utils.h index 8d231d4c..d640bf68 100644 --- a/common/design_utils.h +++ b/common/design_utils.h @@ -2,6 +2,7 @@ * nextpnr -- Next Generation Place and Route * * Copyright (C) 2018 Clifford Wolf <clifford@clifford.at> + * Copyright (C) 2018 David Shah <david@symbioticeda.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -83,6 +84,8 @@ CellInfo *net_driven_by(const NetInfo *net, F1 cell_pred, IdString port) } } +void print_utilisation(const Design *design); + NEXTPNR_NAMESPACE_END #endif |