Sign in
foss-fpga-tools
/
third_party
/
icestorm
/
c02a4000f4cef8d4d9e76757f55ea4920667e1e8
/
.
/
icefuzz
/
tests
/
sb_dffs.v
blob: e81b9201097376e634ca3f75bc8d81bdb443a096 [
file
] [
log
] [
blame
]
module
top
(
input C
,
D
,
S
,
output Q
);
SB_DFFS ff
(.
C
(
C
),
.
D
(
D
),
.
S
(
S
),
.
Q
(
Q
));
endmodule