Sign in
foss-fpga-tools
/
third_party
/
icestorm
/
5ab07ed32a768d484284f1d0e58f61c2ef9d398a
/
.
/
icefuzz
/
tests
/
sb_dffer.v
blob: 6d05c7e8e65c5c212eca43435210829c4ce93c38 [
file
] [
log
] [
blame
]
module
top
(
input C
,
D
,
E
,
R
,
output Q
);
SB_DFFER ff
(.
C
(
C
),
.
D
(
D
),
.
E
(
E
),
.
R
(
R
),
.
Q
(
Q
));
endmodule