diff options
Diffstat (limited to 'fpga_interchange/luts.h')
-rw-r--r-- | fpga_interchange/luts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga_interchange/luts.h b/fpga_interchange/luts.h index 980fe530..df0ac124 100644 --- a/fpga_interchange/luts.h +++ b/fpga_interchange/luts.h @@ -101,7 +101,7 @@ struct LutMapper // the pin is free to be a signal. 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, - HashTables::HashSet<const LutBel *> *blocked_luts) const; + HashTables::HashSet<const LutBel *> *blocked_luts) const; // Version of check_wires that uses current state of cells based on pin // mapping in cells variable. |