FreeCalypso > hg > freecalypso-schem2
diff 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 |
line wrap: on
line diff
--- a/venus/src/top/mobile.v Wed Dec 08 05:00:50 2021 +0000 +++ b/venus/src/top/mobile.v Wed Dec 08 05:32:47 2021 +0000 @@ -199,9 +199,12 @@ .PWON(PWON) ); -/* manual RESET button */ +/* alternative boot controls */ -keyswitch_wrap reset_sw (nTESTRESET, GND); +alt_boot_ctrl bctl (.GND(GND), + .RPWON(RPWON), + .nTESTRESET(nTESTRESET) + ); /* indicator LEDs */