aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/cells.h
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-13 11:08:20 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-13 11:08:20 +0200
commit94eea289ae0fb4d262276d17c474ade3ef21634b (patch)
tree923e903f87f2d39cb4aa90867da150a0d1a64114 /ice40/cells.h
parenta76f5c5678980c8b2e958252a68ba03676d63229 (diff)
downloadnextpnr-94eea289ae0fb4d262276d17c474ade3ef21634b.tar.gz
nextpnr-94eea289ae0fb4d262276d17c474ade3ef21634b.tar.bz2
nextpnr-94eea289ae0fb4d262276d17c474ade3ef21634b.zip
Simple IO buffer insertion, enable packer by default
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/cells.h')
-rw-r--r--ice40/cells.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ice40/cells.h b/ice40/cells.h
index da4e2bd8..3cf0b718 100644
--- a/ice40/cells.h
+++ b/ice40/cells.h
@@ -61,6 +61,9 @@ void lut_to_lc(CellInfo *lut, CellInfo *lc, bool no_dff = true);
// ignored
void dff_to_lc(CellInfo *dff, CellInfo *lc, bool pass_thru_lut = false);
+// Convert a nextpnr IO buffer to a SB_IO
+void nxio_to_sb(CellInfo *nxio, CellInfo *sbio);
+
NEXTPNR_NAMESPACE_END
#endif