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_dffss.v
blob: fb797bc019ca64c6efb5547f9343cd8b85bd13ee (
plain
)
1
2
3
module
top
(
input
C
,
D
,
S
,
output
Q
);
SB_DFFSS
ff
(.
C
(
C
),
.
D
(
D
),
.
S
(
S
),
.
Q
(
Q
));
endmodule