aboutsummaryrefslogtreecommitdiffstats
path: root/ice40
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-10 13:33:47 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-10 13:33:47 +0200
commit4e6d6e632ff1a8604bbab5a1c43cb53211742bc9 (patch)
tree81620c7c2813925e877370a8060bc41a54c3bcc6 /ice40
parent30e672313dc1dd1223b1641583ea509417ae9b61 (diff)
downloadnextpnr-4e6d6e632ff1a8604bbab5a1c43cb53211742bc9.tar.gz
nextpnr-4e6d6e632ff1a8604bbab5a1c43cb53211742bc9.tar.bz2
nextpnr-4e6d6e632ff1a8604bbab5a1c43cb53211742bc9.zip
ice40: Fix techmap
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40')
-rw-r--r--ice40/blinky_map.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/blinky_map.v b/ice40/blinky_map.v
index fc0e7201..9d8bf65e 100644
--- a/ice40/blinky_map.v
+++ b/ice40/blinky_map.v
@@ -1,6 +1,6 @@
module \$_DFF_P_ (input D, C, output Q);
ICESTORM_LC #(
- .LUT_INIT(1),
+ .LUT_INIT(2),
.NEG_CLK(0),
.CARRY_ENABLE(0),
.DFF_ENABLE(1),