index
:
iCE40/icestorm
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
icefuzz
/
tests
/
sb_dffs.v
blob: e81b9201097376e634ca3f75bc8d81bdb443a096 (
plain
)
1
2
3
module
top
(
input
C
,
D
,
S
,
output
Q
);
SB_DFFS
ff
(.
C
(
C
),
.
D
(
D
),
.
S
(
S
),
.
Q
(
Q
));
endmodule