mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-29 23:43:16 +00:00
Added $dffe cell type
This commit is contained in:
parent
fad9cec47b
commit
f1764b4fe9
4 changed files with 54 additions and 1 deletions
|
@ -59,7 +59,7 @@ module _90_simplemap_various;
|
|||
endmodule
|
||||
|
||||
(* techmap_simplemap *)
|
||||
(* techmap_celltype = "$sr $dff $adff $dffsr $dlatch" *)
|
||||
(* techmap_celltype = "$sr $dff $dffe $adff $dffsr $dlatch" *)
|
||||
module _90_simplemap_registers;
|
||||
endmodule
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue