Sign in
foss-fpga-tools
/
prjxray
/
5649423a514174044a1b949d15fe0edf8bf23dab
/
.
/
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