mirror of https://github.com/efabless/caravel.git
fix wrong cell name
`sky130_fd_sc_hd__dlygate4sd2` is called `sky130_fd_sc_hd__dlygate4sd2_1`
This commit is contained in:
parent
880b499d18
commit
8e02ea79d8
|
@ -162,7 +162,7 @@ module gpio_control_block #(
|
||||||
/* add a final logic gate after that. The logic gate is */
|
/* add a final logic gate after that. The logic gate is */
|
||||||
/* synthesized and will be sized appropriately for an output buffer */
|
/* synthesized and will be sized appropriately for an output buffer */
|
||||||
|
|
||||||
sky130_fd_sc_hd__dlygate4sd2 data_delay_1 (
|
sky130_fd_sc_hd__dlygate4sd2_1 data_delay_1 (
|
||||||
`ifdef USE_POWER_PINS
|
`ifdef USE_POWER_PINS
|
||||||
.VPWR(vccd),
|
.VPWR(vccd),
|
||||||
.VGND(vssd),
|
.VGND(vssd),
|
||||||
|
@ -173,7 +173,7 @@ module gpio_control_block #(
|
||||||
.A(serial_data_pre),
|
.A(serial_data_pre),
|
||||||
);
|
);
|
||||||
|
|
||||||
sky130_fd_sc_hd__dlygate4sd2 data_delay_2 (
|
sky130_fd_sc_hd__dlygate4sd2_1 data_delay_2 (
|
||||||
`ifdef USE_POWER_PINS
|
`ifdef USE_POWER_PINS
|
||||||
.VPWR(vccd),
|
.VPWR(vccd),
|
||||||
.VGND(vssd),
|
.VGND(vssd),
|
||||||
|
|
Loading…
Reference in New Issue