Sign in
foss-fpga-tools
/
symbiflow-arch-defs
/
refs/heads/bot-conda-lock-update
/
.
/
testarch
/
techmap
/
ff_map.v
blob: 9f0b2d8dfb595c5e89ff0fed854d62fba5b6d525 [
file
] [
log
] [
blame
] [
edit
]
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