aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/site_lut_mapping_cache.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2022-03-09 17:12:59 +0000
committergatecat <gatecat@ds0.me>2022-03-09 17:12:59 +0000
commitdf7e26c1aa9b8727bacf56ab0d592df5cef63bb5 (patch)
tree58a7a2ef7247c9d39672e89b4b4f34bec64d85e3 /fpga_interchange/site_lut_mapping_cache.h
parent5ff701d45e05cd312623ac0aa516ef4fb4e28c08 (diff)
downloadnextpnr-df7e26c1aa9b8727bacf56ab0d592df5cef63bb5.tar.gz
nextpnr-df7e26c1aa9b8727bacf56ab0d592df5cef63bb5.tar.bz2
nextpnr-df7e26c1aa9b8727bacf56ab0d592df5cef63bb5.zip
clangformat
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'fpga_interchange/site_lut_mapping_cache.h')
-rw-r--r--fpga_interchange/site_lut_mapping_cache.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpga_interchange/site_lut_mapping_cache.h b/fpga_interchange/site_lut_mapping_cache.h
index 3efd040f..31e7e5e1 100644
--- a/fpga_interchange/site_lut_mapping_cache.h
+++ b/fpga_interchange/site_lut_mapping_cache.h
@@ -51,9 +51,9 @@ struct SiteLutMappingKey
}
};
- int32_t tileType; // Tile type
- int32_t siteType; // Site type in that tile type
- size_t numCells; // LUT cell count
+ int32_t tileType; // Tile type
+ int32_t siteType; // Site type in that tile type
+ size_t numCells; // LUT cell count
std::vector<Cell> cells; // LUT cell data
unsigned int hash_; // Precomputed hash