Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
eaf3d86a530e6b0814a48fe02c41c0b57453bdde
/
.
/
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