mirror of https://github.com/YosysHQ/nextpnr.git
ice40: Fix techmap
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
30e672313d
commit
4e6d6e632f
|
|
@ -1,6 +1,6 @@
|
||||||
module \$_DFF_P_ (input D, C, output Q);
|
module \$_DFF_P_ (input D, C, output Q);
|
||||||
ICESTORM_LC #(
|
ICESTORM_LC #(
|
||||||
.LUT_INIT(1),
|
.LUT_INIT(2),
|
||||||
.NEG_CLK(0),
|
.NEG_CLK(0),
|
||||||
.CARRY_ENABLE(0),
|
.CARRY_ENABLE(0),
|
||||||
.DFF_ENABLE(1),
|
.DFF_ENABLE(1),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue