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