aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/pack.cc
diff options
context:
space:
mode:
authorDavid Shah <dave@ds0.me>2018-11-07 15:08:47 +0000
committerDavid Shah <dave@ds0.me>2018-11-15 11:30:27 +0000
commit37cbabecfbd22119ad5ba0adfc4d7011831a9af4 (patch)
tree6c05a441b58395efda907786beb2ebfb93187d55 /ecp5/pack.cc
parentc9d83ec08b753cc8e110bb36f2f529bfdafa293f (diff)
downloadnextpnr-37cbabecfbd22119ad5ba0adfc4d7011831a9af4.tar.gz
nextpnr-37cbabecfbd22119ad5ba0adfc4d7011831a9af4.tar.bz2
nextpnr-37cbabecfbd22119ad5ba0adfc4d7011831a9af4.zip
ecp5: remove debug and clangformat
Signed-off-by: David Shah <dave@ds0.me>
Diffstat (limited to 'ecp5/pack.cc')
-rw-r--r--ecp5/pack.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/ecp5/pack.cc b/ecp5/pack.cc
index 4f1c7f79..ae416a7b 100644
--- a/ecp5/pack.cc
+++ b/ecp5/pack.cc
@@ -1034,7 +1034,8 @@ class Ecp5Packer
}
// "Pack" DCUs
- void pack_dcus() {
+ void pack_dcus()
+ {
for (auto cell : sorted(ctx->cells)) {
CellInfo *ci = cell.second;
if (ci->type == id_DCUA) {