aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/family.cmake
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-07-08 18:36:59 +0200
committerDavid Shah <davey1576@gmail.com>2018-07-11 10:42:09 +0200
commitde82ecad592a98a7061bfccb62d3df40d50b1354 (patch)
treedc685b41f2b8a5e24ea40226e802da6b14e38fee /ecp5/family.cmake
parent54f06fdf72307579a6808a051f81a6d67e89f0ff (diff)
downloadnextpnr-de82ecad592a98a7061bfccb62d3df40d50b1354.tar.gz
nextpnr-de82ecad592a98a7061bfccb62d3df40d50b1354.tar.bz2
nextpnr-de82ecad592a98a7061bfccb62d3df40d50b1354.zip
ecp5: Make target device 45k on account of current hardware access
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ecp5/family.cmake')
-rw-r--r--ecp5/family.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecp5/family.cmake b/ecp5/family.cmake
index 190a3345..f58cdbb2 100644
--- a/ecp5/family.cmake
+++ b/ecp5/family.cmake
@@ -1,5 +1,5 @@
-set(devices 25k)
+set(devices 45k)
set(DB_PY ${CMAKE_CURRENT_SOURCE_DIR}/ecp5/trellis_import.py)