aboutsummaryrefslogtreecommitdiffstats
path: root/mistral
diff options
context:
space:
mode:
Diffstat (limited to 'mistral')
-rw-r--r--mistral/arch.cc2
-rw-r--r--mistral/arch.h2
-rw-r--r--mistral/archdefs.h2
-rw-r--r--mistral/base_bitstream.cc2
-rw-r--r--mistral/constids.inc2
-rw-r--r--mistral/io.cc2
-rw-r--r--mistral/lab.cc2
-rw-r--r--mistral/pack.cc2
-rw-r--r--mistral/pins.cc2
-rw-r--r--mistral/qsf.cc2
10 files changed, 10 insertions, 10 deletions
diff --git a/mistral/arch.cc b/mistral/arch.cc
index dd5c3b9a..516d1de8 100644
--- a/mistral/arch.cc
+++ b/mistral/arch.cc
@@ -480,4 +480,4 @@ const std::vector<std::string> Arch::availablePlacers = {"sa",
const std::string Arch::defaultRouter = "router2";
const std::vector<std::string> Arch::availableRouters = {"router1", "router2"};
-NEXTPNR_NAMESPACE_END \ No newline at end of file
+NEXTPNR_NAMESPACE_END
diff --git a/mistral/arch.h b/mistral/arch.h
index 1bb2395c..c7d369f1 100644
--- a/mistral/arch.h
+++ b/mistral/arch.h
@@ -543,4 +543,4 @@ struct Arch : BaseArch<ArchRanges>
NEXTPNR_NAMESPACE_END
-#endif \ No newline at end of file
+#endif
diff --git a/mistral/archdefs.h b/mistral/archdefs.h
index 181bc618..5fd02ad5 100644
--- a/mistral/archdefs.h
+++ b/mistral/archdefs.h
@@ -233,4 +233,4 @@ template <> struct hash<NEXTPNR_NAMESPACE_PREFIX PipId>
} // namespace std
-#endif \ No newline at end of file
+#endif
diff --git a/mistral/base_bitstream.cc b/mistral/base_bitstream.cc
index 759cdfeb..9fa74fb9 100644
--- a/mistral/base_bitstream.cc
+++ b/mistral/base_bitstream.cc
@@ -97,4 +97,4 @@ void Arch::init_base_bitstream()
}
}
-NEXTPNR_NAMESPACE_END \ No newline at end of file
+NEXTPNR_NAMESPACE_END
diff --git a/mistral/constids.inc b/mistral/constids.inc
index 76d82a0b..4f7d3ecf 100644
--- a/mistral/constids.inc
+++ b/mistral/constids.inc
@@ -74,4 +74,4 @@ X(Y)
X(LOC)
-X(MISTRAL_CLKENA) \ No newline at end of file
+X(MISTRAL_CLKENA)
diff --git a/mistral/io.cc b/mistral/io.cc
index 00918317..3a72b001 100644
--- a/mistral/io.cc
+++ b/mistral/io.cc
@@ -58,4 +58,4 @@ BelId Arch::get_io_pin_bel(const CycloneV::pin_info_t *pin) const
return bel_by_block_idx(CycloneV::pos2x(pos), CycloneV::pos2y(pos), id_MISTRAL_IO, (pad >> 14));
}
-NEXTPNR_NAMESPACE_END \ No newline at end of file
+NEXTPNR_NAMESPACE_END
diff --git a/mistral/lab.cc b/mistral/lab.cc
index a6512c9a..abd0fec3 100644
--- a/mistral/lab.cc
+++ b/mistral/lab.cc
@@ -966,4 +966,4 @@ uint64_t Arch::compute_lut_mask(uint32_t lab, uint8_t alm)
return mask;
}
-NEXTPNR_NAMESPACE_END \ No newline at end of file
+NEXTPNR_NAMESPACE_END
diff --git a/mistral/pack.cc b/mistral/pack.cc
index e704160c..90fbfd78 100644
--- a/mistral/pack.cc
+++ b/mistral/pack.cc
@@ -362,4 +362,4 @@ bool Arch::pack()
return true;
}
-NEXTPNR_NAMESPACE_END \ No newline at end of file
+NEXTPNR_NAMESPACE_END
diff --git a/mistral/pins.cc b/mistral/pins.cc
index d0ce642e..c3637115 100644
--- a/mistral/pins.cc
+++ b/mistral/pins.cc
@@ -64,4 +64,4 @@ CellPinStyle Arch::get_cell_pin_style(const CellInfo *cell, IdString port) const
return PINSTYLE_NONE;
}
-NEXTPNR_NAMESPACE_END \ No newline at end of file
+NEXTPNR_NAMESPACE_END
diff --git a/mistral/qsf.cc b/mistral/qsf.cc
index 0c95bf2e..9a128595 100644
--- a/mistral/qsf.cc
+++ b/mistral/qsf.cc
@@ -278,4 +278,4 @@ void Arch::read_qsf(std::istream &in)
QsfParser(buf, getCtx())();
}
-NEXTPNR_NAMESPACE_END \ No newline at end of file
+NEXTPNR_NAMESPACE_END