index
:
icestorm
main
Project IceStorm - Lattice iCE40 FPGAs Bitstream Documentation (Reverse Engineered)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
icefuzz
/
tests
/
sb_dffe.v
blob: b707d77c3b3c93ee1e09235b8d03cefb906e7e85 (
plain
)
1
2
3
module
top
(
input
C
,
D
,
E
,
output
Q
);
SB_DFFE
ff
(.
C
(
C
),
.
D
(
D
),
.
E
(
E
),
.
Q
(
Q
));
endmodule