aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch.h
diff options
context:
space:
mode:
authorMaciej Dudek <mdudek@antmicro.com>2021-09-27 16:16:33 +0200
committerMaciej Dudek <mdudek@antmicro.com>2021-09-27 16:16:33 +0200
commitea489f6d934ac6e649bcd81e10856e809f6b30d2 (patch)
tree54c7619fc75d7e2100b970112d1aa78f75451867 /fpga_interchange/arch.h
parent439ae9609b8245e56cda9c8f38f8d6a4bde90d5b (diff)
downloadnextpnr-ea489f6d934ac6e649bcd81e10856e809f6b30d2.tar.gz
nextpnr-ea489f6d934ac6e649bcd81e10856e809f6b30d2.tar.bz2
nextpnr-ea489f6d934ac6e649bcd81e10856e809f6b30d2.zip
Fix small isses and code formatting
Signed-off-by: Maciej Dudek <mdudek@antmicro.com>
Diffstat (limited to 'fpga_interchange/arch.h')
-rw-r--r--fpga_interchange/arch.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h
index 9ce1eb4d..482bf911 100644
--- a/fpga_interchange/arch.h
+++ b/fpga_interchange/arch.h
@@ -899,10 +899,10 @@ struct Arch : ArchAPI<ArchRanges>
ArcBounds getClusterBounds(ClusterId cluster) const override;
Loc getClusterOffset(const CellInfo *cell) const override;
bool isClusterStrict(const CellInfo *cell) const override;
- bool normal_cluster_placement(const Context *, const Cluster &, const ClusterPOD &,CellInfo*,
- BelId, std::vector<std::pair<CellInfo *, BelId>> &) const;
- bool macro_cluster_placement(const Context *, const Cluster &, const ClusterPOD &,CellInfo*,
- BelId, std::vector<std::pair<CellInfo *, BelId>> &) const;
+ bool normal_cluster_placement(const Context *, const Cluster &, const ClusterPOD &, CellInfo *, BelId,
+ std::vector<std::pair<CellInfo *, BelId>> &) const;
+ bool macro_cluster_placement(const Context *, const Cluster &, const ClusterPOD &, CellInfo *, BelId,
+ std::vector<std::pair<CellInfo *, BelId>> &) const;
bool getClusterPlacement(ClusterId cluster, BelId root_bel,
std::vector<std::pair<CellInfo *, BelId>> &placement) const override;