diff options
author | David Shah <dave@ds0.me> | 2021-02-05 19:15:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-05 19:15:29 +0000 |
commit | 8b4163b77c667c4f2a29e48adab96abc2a83b03d (patch) | |
tree | f0ebf104fd3b9a5f1752698b3df4e5c2f2af3304 /.gitignore | |
parent | b0f9b7834e4cb035d1fd60f0fa1948c0fdfa233c (diff) | |
parent | a0ee42833b774483f9b2fc35109f7ec948dbdc9b (diff) | |
download | nextpnr-8b4163b77c667c4f2a29e48adab96abc2a83b03d.tar.gz nextpnr-8b4163b77c667c4f2a29e48adab96abc2a83b03d.tar.bz2 nextpnr-8b4163b77c667c4f2a29e48adab96abc2a83b03d.zip |
Merge pull request #567 from litghost/initial_fpga_interchange
Initial FPGA interchange arch
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ /nextpnr-ice40* /nextpnr-ecp5* /nextpnr-nexus* +/nextpnr-fpga_interchange* cmake-build-*/ Makefile cmake_install.cmake |