Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
ba10bf2cb7b43fb211187d01a7c1e9512a01b7f9
/
.
/
ql-qlf-plugin
/
pp3
/
pp3_ffs_map.v
blob: 73ba6c9c8dbfb3626d5cb10665ddad87d48848a4 [
file
]
module
\$_DFFSRE_PPPP_
(
input C
,
S
,
R
,
E
,
D
,
output Q
);
wire _TECHMAP_REMOVEINIT_Q_
=
1
;
dffepc
#(.INIT(1'b0)) _TECHMAP_REPLACE_ (.CLK(C), .PRE(S), .CLR(R), .EN(E), .D(D), .Q(Q));
endmodule