comparison venus/src/top/mobile.v @ 83:c27854430cb3

add 3-pin header for possible external boot control
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 08 Dec 2021 05:32:47 +0000
parents 82febe124936
children
comparison
equal deleted inserted replaced
82:541b55e6bf47 83:c27854430cb3
197 .KBC(KBC), 197 .KBC(KBC),
198 .KBR(KBR), 198 .KBR(KBR),
199 .PWON(PWON) 199 .PWON(PWON)
200 ); 200 );
201 201
202 /* manual RESET button */ 202 /* alternative boot controls */
203 203
204 keyswitch_wrap reset_sw (nTESTRESET, GND); 204 alt_boot_ctrl bctl (.GND(GND),
205 .RPWON(RPWON),
206 .nTESTRESET(nTESTRESET)
207 );
205 208
206 /* indicator LEDs */ 209 /* indicator LEDs */
207 210
208 led_mosfet led_PWON (.GND(GND), .VBAT(VBAT), .Signal(ON_nOFF)); 211 led_mosfet led_PWON (.GND(GND), .VBAT(VBAT), .Signal(ON_nOFF));
209 led_npn led_LPG (.GND(GND), .VBAT(VBAT), .Signal(DSR_LPG)); 212 led_npn led_LPG (.GND(GND), .VBAT(VBAT), .Signal(DSR_LPG));