mirror of https://github.com/YosysHQ/yosys.git
Fix box numbering
This commit is contained in:
parent
052060f109
commit
73c8f1a59e
|
@ -23,7 +23,7 @@
|
||||||
module \$__ABC_FF_ (input C, D, output Q);
|
module \$__ABC_FF_ (input C, D, output Q);
|
||||||
endmodule
|
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 );
|
module \$__ABC_FDRE (output Q, input C, CE, D, R, \$pastQ );
|
||||||
parameter [0:0] INIT = 1'b0;
|
parameter [0:0] INIT = 1'b0;
|
||||||
//parameter [0:0] IS_C_INVERTED = 1'b0;
|
//parameter [0:0] IS_C_INVERTED = 1'b0;
|
||||||
|
|
|
@ -59,20 +59,20 @@ RAM128X1D 7 0 17 2
|
||||||
|
|
||||||
# Inputs: C CE D R \$pastQ
|
# Inputs: C CE D R \$pastQ
|
||||||
# Outputs: Q
|
# Outputs: Q
|
||||||
FDRE 7 1 5 1
|
FDRE 8 1 5 1
|
||||||
- 109 -46 358 0
|
- 109 -46 358 0
|
||||||
|
|
||||||
# Inputs: C CE D S \$pastQ
|
# Inputs: C CE D S \$pastQ
|
||||||
# Outputs: Q
|
# Outputs: Q
|
||||||
FDSE 8 0 5 1
|
FDSE 9 0 5 1
|
||||||
- 109 -46 358 0
|
- 109 -46 358 0
|
||||||
|
|
||||||
# Inputs: C CE CLR D \$pastQ
|
# Inputs: C CE CLR D \$pastQ
|
||||||
# Outputs: Q
|
# Outputs: Q
|
||||||
FDCE 9 0 5 1
|
FDCE 10 0 5 1
|
||||||
- 109 - -46 0
|
- 109 - -46 0
|
||||||
|
|
||||||
# Inputs: C CE D PRE \$pastQ
|
# Inputs: C CE D PRE \$pastQ
|
||||||
# Outputs: Q
|
# Outputs: Q
|
||||||
FDPE 10 0 5 1
|
FDPE 11 0 5 1
|
||||||
- 109 -46 - 0
|
- 109 -46 - 0
|
||||||
|
|
Loading…
Reference in New Issue