mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
abc9: only do +/abc9_map if `DFF
This commit is contained in:
parent
2946bb60e9
commit
57c478c537
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
`ifdef DFF
|
||||
(* techmap_celltype = "$_DFF_N_ $_DFF_P_" *)
|
||||
module $_DFF_x_(input C, D, output Q);
|
||||
parameter [0:0] _TECHMAP_WIREINIT_Q_ = 1'bx;
|
||||
|
@ -23,3 +24,4 @@ module $_DFF_x_(input C, D, output Q);
|
|||
$error("Unrecognised _TECHMAP_CELLTYPE_");
|
||||
endgenerate
|
||||
endmodule
|
||||
`endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue