aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/cells.cc
diff options
context:
space:
mode:
authorWilliam D. Jones <thor0505@comcast.net>2020-12-07 18:56:27 -0500
committergatecat <gatecat@ds0.me>2021-02-12 10:36:59 +0000
commit0e63178fe196dc042f2dc873ab40a929678dc53a (patch)
treea78b7258704b2e5259015bc801eded2bb656a941 /machxo2/cells.cc
parent91ad06424931a80c092d89b0fbc524f706deaa61 (diff)
downloadnextpnr-0e63178fe196dc042f2dc873ab40a929678dc53a.tar.gz
nextpnr-0e63178fe196dc042f2dc873ab40a929678dc53a.tar.bz2
nextpnr-0e63178fe196dc042f2dc873ab40a929678dc53a.zip
machxo2: clang format.
Diffstat (limited to 'machxo2/cells.cc')
-rw-r--r--machxo2/cells.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/machxo2/cells.cc b/machxo2/cells.cc
index 9a522b1a..ba4afad0 100644
--- a/machxo2/cells.cc
+++ b/machxo2/cells.cc
@@ -171,9 +171,6 @@ void dff_to_lc(const Context *ctx, CellInfo *dff, CellInfo *lc, bool pass_thru_l
replace_port(dff, ctx->id("Q"), lc, ctx->id("Q0"));
}
-void nxio_to_iob(Context *ctx, CellInfo *nxio, CellInfo *iob, std::unordered_set<IdString> &todelete_cells)
-{
-
-}
+void nxio_to_iob(Context *ctx, CellInfo *nxio, CellInfo *iob, std::unordered_set<IdString> &todelete_cells) {}
NEXTPNR_NAMESPACE_END