aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/luts.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-04-12 10:26:39 +0100
committergatecat <gatecat@ds0.me>2021-04-12 10:26:39 +0100
commitfc15105643078b014cb8b9d499b72cdf13600a6a (patch)
tree45cfc2883d2cb09cc5d004db42060411c62f383e /fpga_interchange/luts.h
parentb5731cee024b1f5a04fc42ae470750df28650be6 (diff)
downloadnextpnr-fc15105643078b014cb8b9d499b72cdf13600a6a.tar.gz
nextpnr-fc15105643078b014cb8b9d499b72cdf13600a6a.tar.bz2
nextpnr-fc15105643078b014cb8b9d499b72cdf13600a6a.zip
clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'fpga_interchange/luts.h')
-rw-r--r--fpga_interchange/luts.h2
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.