Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
5b204aa3dda685d014f8531b8a4befb731a56443
/
.
/
ql-qlf-plugin
/
pp3
/
pp3_ffs_map.v
blob: 73ba6c9c8dbfb3626d5cb10665ddad87d48848a4 [
file
] [
log
] [
blame
]
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