diff options
author | gatecat <gatecat@ds0.me> | 2021-02-16 09:48:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 09:48:40 +0000 |
commit | 815b57b9e1f0c0a7176d146a29cef763bebf343f (patch) | |
tree | ffadcd3a1026e94937f082ddf4ab59f56099ca39 /.gitmodules | |
parent | 9fc02041fe7bdcbac99e54f30423b2c39b92bb8a (diff) | |
parent | 1be70320b991f0f9d3f834a2aa4378a30509ef79 (diff) | |
download | nextpnr-815b57b9e1f0c0a7176d146a29cef763bebf343f.tar.gz nextpnr-815b57b9e1f0c0a7176d146a29cef763bebf343f.tar.bz2 nextpnr-815b57b9e1f0c0a7176d146a29cef763bebf343f.zip |
Merge pull request #583 from litghost/add_fpga_interchange_front_and_backend
Add FPGA interchange front and backend
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 52194b76..a22fbc41 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "tests"] path = tests url = https://github.com/YosysHQ/nextpnr-tests +[submodule "fpga-interchange-schema"] + path = 3rdparty/fpga-interchange-schema + url = https://github.com/SymbiFlow/fpga-interchange-schema.git |