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_dff.v
blob: 4a680b18f69cecbbe55dcd58192648e9f70c61dd (
plain
)
1
2
3
module
top
(
input
C
,
D
,
output
Q
);
SB_DFF
ff
(.
C
(
C
),
.
D
(
D
),
.
Q
(
Q
));
endmodule