aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/cell_parameters.h
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-04-14 12:19:10 +0100
committerGitHub <noreply@github.com>2021-04-14 12:19:10 +0100
commitb26088f940d512174154cef3954f3a9b6c9642e7 (patch)
tree26ecc8b150afaa9381910ebe3d22622e967f91e3 /fpga_interchange/cell_parameters.h
parent2912860c9788033a7501726e77bb4962b394280d (diff)
parentb0f57d234f877fe8b2a421e3e868c8a3e9cd89eb (diff)
downloadnextpnr-b26088f940d512174154cef3954f3a9b6c9642e7.tar.gz
nextpnr-b26088f940d512174154cef3954f3a9b6c9642e7.tar.bz2
nextpnr-b26088f940d512174154cef3954f3a9b6c9642e7.zip
Merge pull request #679 from YosysHQ/gatecat/disable-absl
Hash table changes
Diffstat (limited to 'fpga_interchange/cell_parameters.h')
-rw-r--r--fpga_interchange/cell_parameters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga_interchange/cell_parameters.h b/fpga_interchange/cell_parameters.h
index 3507a81f..de82e76b 100644
--- a/fpga_interchange/cell_parameters.h
+++ b/fpga_interchange/cell_parameters.h
@@ -42,7 +42,7 @@ struct CellParameters
bool compare_property(const Context *ctx, IdString cell_type, IdString parameter, const Property &property,
IdString value_to_compare) const;
- HashTables::HashMap<std::pair<IdString, IdString>, const CellParameterPOD *> parameters;
+ HashTables::HashMap<std::pair<IdString, IdString>, const CellParameterPOD *, PairHash> parameters;
std::regex verilog_binary_re;
std::regex verilog_hex_re;