Sign in
foss-fpga-tools
/
prjxray
/
563df2972e90bfa70f27c8ce43c8561ec76c3e6e
/
.
/
minitests
/
litex
/
nexys_video_sata
/
retarget.v
blob: c625c1bc1f4a78e40466a50c23c75ac74f10dcbf [
file
] [
log
] [
blame
]
module
FD
(
output reg Q
,
input C
,
D
);
parameter
[
0
:
0
]
INIT
=
1
'b0;
FDRE #(.INIT(INIT)) __TECHMAP_REPLACE__ (.Q(Q), .C(C), .D(D), .CE(1'
b1
),
.
R
(
1
'b0));
endmodule