3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

abc9_ops: -prep_dff_map to error if async flop found

This commit is contained in:
Eddie Hung 2020-04-15 16:29:11 -07:00
parent 6c66030dfb
commit 4cec21b93e
2 changed files with 7 additions and 9 deletions

View file

@ -656,7 +656,6 @@ module FDRSE (
Q <= d;
endmodule
(* lib_whitebox *)
module FDCE (
output reg Q,
(* clkbuf_sink *)
@ -699,7 +698,6 @@ module FDCE (
endspecify
endmodule
(* lib_whitebox *)
module FDCE_1 (
output reg Q,
(* clkbuf_sink *)
@ -724,7 +722,6 @@ module FDCE_1 (
endspecify
endmodule
(* lib_whitebox *)
module FDPE (
output reg Q,
(* clkbuf_sink *)
@ -766,7 +763,6 @@ module FDPE (
endspecify
endmodule
(* lib_whitebox *)
module FDPE_1 (
output reg Q,
(* clkbuf_sink *)