aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-01 09:48:29 -0800
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-03-01 09:55:54 -0800
commit0afa0da19f26ccda4172358602bd5ae9cd404f6c (patch)
tree6b0c7926b30ab971860f439abf40b67e66b1beee /.gitmodules
parent6ff02248a3f625829c9bd041c369247ee926d8d0 (diff)
downloadnextpnr-0afa0da19f26ccda4172358602bd5ae9cd404f6c.tar.gz
nextpnr-0afa0da19f26ccda4172358602bd5ae9cd404f6c.tar.bz2
nextpnr-0afa0da19f26ccda4172358602bd5ae9cd404f6c.zip
Add absl::flat_hash_map.
This lowers the CPU cost of using the flat wire map in router2, and should use less memory as well. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index a22fbc41..c0c178bf 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,3 +4,6 @@
[submodule "fpga-interchange-schema"]
path = 3rdparty/fpga-interchange-schema
url = https://github.com/SymbiFlow/fpga-interchange-schema.git
+[submodule "3rdparty/abseil-cpp"]
+ path = 3rdparty/abseil-cpp
+ url = https://github.com/abseil/abseil-cpp.git