Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
53d43e2f17daff2777241c0ecfb426c6ca8b69f3
/
.
/
ql-iob-plugin
/
tests
/
common
/
pp3_cells_map.v
blob: 562e8d9205a71ce9de45c1c10077bd789308da61 [
file
] [
log
] [
blame
]
module
\$_DFF_P_
(
D
,
Q
,
C
);
input D
;
input C
;
output Q
;
dff _TECHMAP_REPLACE_
(
.
Q
(
Q
),
.
D
(
D
),
.
CLK
(
C
)
);
endmodule