aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.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/arch.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/arch.h')
-rw-r--r--fpga_interchange/arch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h
index e9c2802a..9b369c92 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -38,8 +38,8 @@
#include "chipdb.h"
#include "dedicated_interconnect.h"
#include "lookahead.h"
-#include "site_router.h"
#include "pseudo_pip_model.h"
+#include "site_router.h"
#include "site_routing_cache.h"
NEXTPNR_NAMESPACE_BEGIN
@@ -553,7 +553,7 @@ struct Arch : ArchAPI<ArchRanges>
assign_net_to_wire(wire, net, "pseudo", /*require_empty=*/true);
}
- if(pip_data.pseudo_cell_wires.size() > 0) {
+ if (pip_data.pseudo_cell_wires.size() > 0) {
get_tile_status(pip.tile).pseudo_pip_model.bindPip(getCtx(), pip);
}
}
@@ -1068,7 +1068,7 @@ struct Arch : ArchAPI<ArchRanges>
// Note: May be null in arch's without wire LUT types. Assumption is
// that these arch's don't need wire LUT's because the LUT share is simple
// enough to avoid it.
- const LutCellPOD * wire_lut;
+ const LutCellPOD *wire_lut;
std::regex raw_bin_constant;
std::regex verilog_bin_constant;