FreeCalypso > hg > freecalypso-schem2
comparison venus/src/top/mobile.v @ 41:df16d0eabf8a
charging_circuit structural module contains no connections to GND
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 26 Nov 2021 23:32:00 +0000 |
parents | dfa0d08d8f2b |
children | d55824058cfc |
comparison
equal
deleted
inserted
replaced
40:9309cebe07b8 | 41:df16d0eabf8a |
---|---|
141 .GND(GND), | 141 .GND(GND), |
142 .Third_pin(ADIN2) | 142 .Third_pin(ADIN2) |
143 ); | 143 ); |
144 | 144 |
145 /* charging circuit */ | 145 /* charging circuit */ |
146 charging_circuit chg ( .GND(GND), | 146 charging_circuit chg ( .VCHG(VCHG), |
147 .VCHG(VCHG), | |
148 .VBAT(VBAT), | 147 .VBAT(VBAT), |
149 .ICTL(ICTL), | 148 .ICTL(ICTL), |
150 .PCHG(PCHG), | 149 .PCHG(PCHG), |
151 .VCCS(VCCS), | 150 .VCCS(VCCS), |
152 .VBATS(VBATS) | 151 .VBATS(VBATS) |