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),
|
||||
.VGND(VGND),
|
||||
.VPB(VPWR),
|
||||
.VNB(vssd),
|
||||
.VNB(VGND),
|
||||
`endif
|
||||
.A(clockp_buffer_in[0]),
|
||||
.X(clockp[0])
|
||||
|
|
Loading…
Reference in New Issue