aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/arch.h
diff options
context:
space:
mode:
authorWilliam D. Jones <thor0505@comcast.net>2021-01-31 19:27:32 -0500
committergatecat <gatecat@ds0.me>2021-02-12 10:36:59 +0000
commit0250aaaddd499bce9a6739823f5511859ec57232 (patch)
tree2fc1ce5eda07ae37ca058dc663a932632b3c1fb2 /machxo2/arch.h
parent2c9d4ba9ae8123e6aea2a690ec03b052ea7a53af (diff)
downloadnextpnr-0250aaaddd499bce9a6739823f5511859ec57232.tar.gz
nextpnr-0250aaaddd499bce9a6739823f5511859ec57232.tar.bz2
nextpnr-0250aaaddd499bce9a6739823f5511859ec57232.zip
machxo2: clang format.
Diffstat (limited to 'machxo2/arch.h')
-rw-r--r--machxo2/arch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/machxo2/arch.h b/machxo2/arch.h
index 5da12a24..439d54a5 100644
--- a/machxo2/arch.h
+++ b/machxo2/arch.h
@@ -629,7 +629,8 @@ struct Arch : BaseCtx
{
NPNR_ASSERT(wire != WireId());
std::stringstream name;
- name << "X" << wire.location.x << "/Y" << wire.location.y << "/" << tileInfo(wire)->wire_data[wire.index].name.get();
+ name << "X" << wire.location.x << "/Y" << wire.location.y << "/"
+ << tileInfo(wire)->wire_data[wire.index].name.get();
return id(name.str());
}