diff options
author | David Shah <davey1576@gmail.com> | 2018-07-08 11:15:30 +0200 |
---|---|---|
committer | David Shah <davey1576@gmail.com> | 2018-07-11 10:41:36 +0200 |
commit | bb683d71d698481f472df26747c5332d49d933c1 (patch) | |
tree | a4c81608456b986dd6a066224b92d95bbbd91edb /.gitignore | |
parent | 6f90c3df6118a857b24ee3ef031b54ef8aa8b7a8 (diff) | |
download | nextpnr-bb683d71d698481f472df26747c5332d49d933c1.tar.gz nextpnr-bb683d71d698481f472df26747c5332d49d933c1.tar.bz2 nextpnr-bb683d71d698481f472df26747c5332d49d933c1.zip |
ecp5: Add 25k database
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ /objs/ /nextpnr-generic* /nextpnr-ice40* +/nextpnr-ecp5* cmake-build-*/ Makefile cmake_install.cmake |