mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Add new FF types to simplemap.
This commit is contained in:
parent
119f79d8b9
commit
832acc8648
2 changed files with 134 additions and 9 deletions
|
@ -64,7 +64,7 @@ module _90_simplemap_various;
|
|||
endmodule
|
||||
|
||||
(* techmap_simplemap *)
|
||||
(* techmap_celltype = "$sr $ff $dff $dffe $adff $dffsr $dlatch" *)
|
||||
(* techmap_celltype = "$sr $ff $dff $dffe $adff $adffe $sdff $sdffe $sdffce $dffsr $dffsre $dlatch $adlatch $dlatchsr" *)
|
||||
module _90_simplemap_registers;
|
||||
endmodule
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue