aboutsummaryrefslogtreecommitdiffstats
path: root/nexus/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/arch.cc')
-rw-r--r--nexus/arch.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/nexus/arch.cc b/nexus/arch.cc
index 79e00e0d..95b409bf 100644
--- a/nexus/arch.cc
+++ b/nexus/arch.cc
@@ -173,11 +173,11 @@ Arch::Arch(ArchArgs args) : args(args)
log_error("Unknown speed grade '%s'.\n", speed.c_str());
std::unordered_set<IdString> bel_types;
- for(BelId bel : getBels()) {
+ for (BelId bel : getBels()) {
bel_types.insert(getBelType(bel));
}
- for(IdString bel_type : bel_types) {
+ for (IdString bel_type : bel_types) {
cell_types.push_back(bel_type);
BelBucketId bucket;