mirror of https://github.com/lnis-uofu/SOFA.git
[HDL] Bug fix in VSS port naming
This commit is contained in:
parent
3b56703c35
commit
3897c18ebe
|
@ -70,7 +70,7 @@ module user_project_wrapper #(
|
|||
.vssd1(vssd1), // User area 1 digital ground
|
||||
.vssd2(vssd2), // User area 2 digital ground
|
||||
.VDD(vccd1),
|
||||
.VCC(vssd1),
|
||||
.VSS(vssd1),
|
||||
`endif
|
||||
|
||||
// MGMT core clock and reset
|
||||
|
|
Loading…
Reference in New Issue