Sign in
foss-fpga-tools
/
third_party
/
icestorm
/
2d1f1f6258a2d56bf3b7b86d6a2483e3c99e7de1
/
.
/
icefuzz
/
tests
/
sb_dffe.v
blob: b707d77c3b3c93ee1e09235b8d03cefb906e7e85 [
file
] [
log
] [
blame
]
module
top
(
input C
,
D
,
E
,
output Q
);
SB_DFFE ff
(.
C
(
C
),
.
D
(
D
),
.
E
(
E
),
.
Q
(
Q
));
endmodule