mirror of https://github.com/efabless/caravel.git
fix power pins assignment of clockp buffers again
This commit is contained in:
parent
633a204cdc
commit
d5379ab6f9
|
@ -76,7 +76,7 @@ module digital_pll(
|
||||||
.VPWR(VPWR),
|
.VPWR(VPWR),
|
||||||
.VGND(VGND),
|
.VGND(VGND),
|
||||||
.VPB(VPWR),
|
.VPB(VPWR),
|
||||||
.VNB(vssd),
|
.VNB(VGND),
|
||||||
`endif
|
`endif
|
||||||
.A(clockp_buffer_in[0]),
|
.A(clockp_buffer_in[0]),
|
||||||
.X(clockp[0])
|
.X(clockp[0])
|
||||||
|
|
Loading…
Reference in New Issue