diff options
Diffstat (limited to 'fpga_interchange/luts.h')
-rw-r--r-- | fpga_interchange/luts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fpga_interchange/luts.h b/fpga_interchange/luts.h index 3500c9d3..dec5a9d6 100644 --- a/fpga_interchange/luts.h +++ b/fpga_interchange/luts.h @@ -88,6 +88,8 @@ struct LutMapper std::vector<CellInfo *> cells; bool remap_luts(const Context *ctx); + uint32_t check_wires(const std::vector<std::vector<int32_t>> &bel_to_cell_pin_remaps, + const std::vector<const LutBel *> &lut_bels, uint32_t used_pins) const; }; // Rotate and merge a LUT equation into an array of levels. |