diff options
Diffstat (limited to 'ice40/cells.h')
-rw-r--r-- | ice40/cells.h | 3 |
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 |