FreeCalypso > hg > freecalypso-schem2
changeset 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 | 9309cebe07b8 |
children | d33cb696b335 |
files | venus/src/periph/charging_circuit.v venus/src/top/mobile.v |
diffstat | 2 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/venus/src/periph/charging_circuit.v Fri Nov 26 23:18:12 2021 +0000 +++ b/venus/src/periph/charging_circuit.v Fri Nov 26 23:32:00 2021 +0000 @@ -2,9 +2,9 @@ * This module encapsulates the battery charging circuit. */ -module charging_circuit (GND, VCHG, VBAT, ICTL, PCHG, VCCS, VBATS); +module charging_circuit (VCHG, VBAT, ICTL, PCHG, VCCS, VBATS); -input GND, VCHG; +input VCHG; inout VBAT; input ICTL, PCHG;