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