From 3afce5ff5a6adfa1baccb4f4625005300b9a3862 Mon Sep 17 00:00:00 2001 From: David Shah Date: Sun, 17 Jun 2018 11:45:41 +0200 Subject: Improving the placer output Signed-off-by: David Shah --- common/design_utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/design_utils.h') diff --git a/common/design_utils.h b/common/design_utils.h index 8d231d4c..0a33b168 100644 --- a/common/design_utils.h +++ b/common/design_utils.h @@ -83,6 +83,9 @@ CellInfo *net_driven_by(const NetInfo *net, F1 cell_pred, IdString port) } } +void print_utilisation(const Design *design); + + NEXTPNR_NAMESPACE_END #endif -- cgit v1.2.3 From 6a937e0b45ed9993d6cf4fd659693757c73b4f8f Mon Sep 17 00:00:00 2001 From: David Shah Date: Sun, 17 Jun 2018 11:49:57 +0200 Subject: Updating copyrights Signed-off-by: David Shah --- common/design_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/design_utils.h') diff --git a/common/design_utils.h b/common/design_utils.h index 0a33b168..b63c75c3 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 + * Copyright (C) 2018 David Shah * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above -- cgit v1.2.3 From 1b077320dc63b4dc1ecd1e9310dc80d89492d113 Mon Sep 17 00:00:00 2001 From: David Shah Date: Sun, 17 Jun 2018 12:53:39 +0200 Subject: General reformatting Signed-off-by: David Shah --- common/design_utils.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common/design_utils.h') diff --git a/common/design_utils.h b/common/design_utils.h index b63c75c3..d640bf68 100644 --- a/common/design_utils.h +++ b/common/design_utils.h @@ -86,7 +86,6 @@ CellInfo *net_driven_by(const NetInfo *net, F1 cell_pred, IdString port) void print_utilisation(const Design *design); - NEXTPNR_NAMESPACE_END #endif -- cgit v1.2.3