mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 08:23:19 +00:00
abc9_ops: add 'dff' label for auto handling of (* abc9_flop *) boxes
This commit is contained in:
parent
accfc70fc2
commit
95763c8d18
9 changed files with 403 additions and 640 deletions
|
@ -640,7 +640,7 @@ module FDRSE (
|
|||
Q <= d;
|
||||
endmodule
|
||||
|
||||
(* abc9_flop, lib_whitebox *)
|
||||
(* lib_whitebox *)
|
||||
module FDCE (
|
||||
output reg Q,
|
||||
(* clkbuf_sink *)
|
||||
|
@ -683,7 +683,7 @@ module FDCE (
|
|||
endspecify
|
||||
endmodule
|
||||
|
||||
(* abc9_flop, lib_whitebox *)
|
||||
(* lib_whitebox *)
|
||||
module FDCE_1 (
|
||||
output reg Q,
|
||||
(* clkbuf_sink *)
|
||||
|
@ -708,7 +708,7 @@ module FDCE_1 (
|
|||
endspecify
|
||||
endmodule
|
||||
|
||||
(* abc9_flop, lib_whitebox *)
|
||||
(* lib_whitebox *)
|
||||
module FDPE (
|
||||
output reg Q,
|
||||
(* clkbuf_sink *)
|
||||
|
@ -750,7 +750,7 @@ module FDPE (
|
|||
endspecify
|
||||
endmodule
|
||||
|
||||
(* abc9_flop, lib_whitebox *)
|
||||
(* lib_whitebox *)
|
||||
module FDPE_1 (
|
||||
output reg Q,
|
||||
(* clkbuf_sink *)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue