Sign in
foss-fpga-tools
/
yosys-symbiflow-plugins
/
ae56c662ffd2e39dead5ca2b7bd257906af0dbb2
/
.
/
ql-iob-plugin
/
tests
/
common
/
pp3_cells_map.v
blob: c68042e4518a271c8618aa678c5736630d7bc429 [
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