diff options
Diffstat (limited to 'machxo2/cells.cc')
-rw-r--r-- | machxo2/cells.cc | 5 |
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 |