diff venus/src/core/dbb_block.v @ 35:971c05950675

starpoints in core: commit to using pcb-rnd intnoconn
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 22 Nov 2021 09:54:48 +0000
parents 5ee03a306da3
children adc84e0e98d6
line wrap: on
line diff
--- a/venus/src/core/dbb_block.v	Mon Nov 22 03:25:55 2021 +0000
+++ b/venus/src/core/dbb_block.v	Mon Nov 22 09:54:48 2021 +0000
@@ -85,8 +85,7 @@
 wire GND_32khz, OSC32K_IN, OSC32K_OUT, OSC32K_OUT_2;
 wire VDD_PLL, VDD_CORE;
 
-starpoint HST201 (Vdbb, VDD_PLL);
-starpoint HST202 (Vdbb, VDD_CORE);
+starpoint_3way HST200 (Vdbb, VDD_PLL, VDD_CORE);
 
 /* instantiate the Calypso! */
 
@@ -193,7 +192,7 @@
 /* 32.768 kHz xtal circuit, following Leonardo schematics */
 
 /* special ground */
-starpoint HST203 (GND, GND_32khz);
+starpoint_2way HST203 (GND, GND_32khz);
 
 /* resistor and extra cap on OSC32K_OUT */
 resistor R215 (OSC32K_OUT, OSC32K_OUT_2);