# HG changeset patch # User Mychaela Falconia # Date 1639198110 0 # Node ID 148fab6e07e31d35140b8310219567d5c8957745 # Parent 711358516b55e2604f5c6bd611fa60cb8ba38105 add RTC domain test points diff -r 711358516b55 -r 148fab6e07e3 venus/src/MCL --- a/venus/src/MCL Sat Dec 11 03:34:04 2021 +0000 +++ b/venus/src/MCL Sat Dec 11 04:48:30 2021 +0000 @@ -1584,6 +1584,18 @@ vendor_part_number=CKC5106-ND npins=2 +# Test points + +TP200: + hier=mob.core.bb.TP200 + footprint=TBD + npins=1 + +TP202: + hier=mob.core.bb.TP202 + footprint=TBD + npins=1 + U201: hier=mob.core.bb.dbb.calypso.pkg manufacturer=TI diff -r 711358516b55 -r 148fab6e07e3 venus/src/core/baseband.v --- a/venus/src/core/baseband.v Sat Dec 11 03:34:04 2021 +0000 +++ b/venus/src/core/baseband.v Sat Dec 11 04:48:30 2021 +0000 @@ -275,4 +275,8 @@ .pin_5(GND) ); +/* RTC domain test points */ +test_point TP200 (CLK32K_OUT); +test_point TP202 (nRESPWON); + endmodule diff -r 711358516b55 -r 148fab6e07e3 venus/src/primitives --- a/venus/src/primitives Sat Dec 11 03:34:04 2021 +0000 +++ b/venus/src/primitives Sat Dec 11 04:48:30 2021 +0000 @@ -82,6 +82,7 @@ clamp_diode_pair mapped_pins (Signal, Pos_rail, Neg_rail); switch_2pin numpins 2; switch_4pin numpins 4; +test_point numpins 1; /* * Resistor footprint with two extra "virtual pins" for sensing - see