aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-03-09 08:48:25 +0000
committerGitHub <noreply@github.com>2021-03-09 08:48:25 +0000
commitd1f44fe91ad29b45c715918c97fba4bb243c631f (patch)
tree47ebc659fb5b1aca8db61c6de7dcf225f7a618bc /.gitmodules
parent326b34887cdf82dc834382f4bf35d120bd4173dd (diff)
parent0afa0da19f26ccda4172358602bd5ae9cd404f6c (diff)
downloadnextpnr-d1f44fe91ad29b45c715918c97fba4bb243c631f.tar.gz
nextpnr-d1f44fe91ad29b45c715918c97fba4bb243c631f.tar.bz2
nextpnr-d1f44fe91ad29b45c715918c97fba4bb243c631f.zip
Merge pull request #607 from litghost/add_absl_flat_hash_map
Add absl::flat_hash_map.
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