mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-28 19:35:53 +00:00
Fix box numbering
This commit is contained in:
parent
052060f109
commit
73c8f1a59e
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
module \$__ABC_FF_ (input C, D, output Q);
|
||||
endmodule
|
||||
|
||||
(* abc_box_id = 7, lib_whitebox, abc_flop = "FDRE,D,Q,\\$pastQ" *)
|
||||
(* abc_box_id = 8, lib_whitebox, abc_flop = "FDRE,D,Q,\\$pastQ" *)
|
||||
module \$__ABC_FDRE (output Q, input C, CE, D, R, \$pastQ );
|
||||
parameter [0:0] INIT = 1'b0;
|
||||
//parameter [0:0] IS_C_INVERTED = 1'b0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue