mirror of https://github.com/efabless/caravel.git
add sky130_fd_sc_hd__macro_sparecell inside gpio_control_block rtl
This commit is contained in:
parent
11620eb224
commit
3a81dde555
|
@ -260,6 +260,16 @@ module gpio_control_block #(
|
|||
/* going to the user project. */
|
||||
assign user_gpio_in = pad_gpio_in & gpio_logic1;
|
||||
|
||||
(* keep *)
|
||||
sky130_fd_sc_hd__macro_sparecell spare_cell (
|
||||
`ifdef USE_POWER_PINS
|
||||
.VPWR(vccd),
|
||||
.VGND(vssd),
|
||||
.VPB(vccd),
|
||||
.VNB(vssd)
|
||||
`endif
|
||||
);
|
||||
|
||||
sky130_fd_sc_hd__conb_1 const_source (
|
||||
`ifdef USE_POWER_PINS
|
||||
.VPWR(vccd),
|
||||
|
|
Loading…
Reference in New Issue