Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
5c478b3bcb1929b3d5fd686c61cf2abf041f2268
/
.
/
testarch
/
techmap
/
ff_map.v
blob: 9f0b2d8dfb595c5e89ff0fed854d62fba5b6d525 [
file
] [
log
] [
blame
]
module
\$_DFF_N_
(
input D
,
C
,
output Q
);
FF _TECHMAP_REPLACE_
(.
D
(
D
),
.
Q
(
Q
),
.
clk
(
C
));
endmodule
module
\$_DFF_P_
(
input D
,
C
,
output Q
);
FF _TECHMAP_REPLACE_
(.
D
(
D
),
.
Q
(
Q
),
.
clk
(
C
));
endmodule