FreeCalypso > hg > freecalypso-schem2
comparison venus/src/core/baseband.v @ 56:ec932276c8e6
VSP sniff tap implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 27 Nov 2021 20:43:23 +0000 |
parents | 5ee03a306da3 |
children | adc84e0e98d6 |
comparison
equal
deleted
inserted
replaced
55:59fb15426c91 | 56:ec932276c8e6 |
---|---|
264 ); | 264 ); |
265 | 265 |
266 /* there needs to be a pull-down resistor on the MCUDI/UDX net */ | 266 /* there needs to be a pull-down resistor on the MCUDI/UDX net */ |
267 resistor R216 (USP_abb2dbb_data, GND); | 267 resistor R216 (USP_abb2dbb_data, GND); |
268 | 268 |
269 /* VSP tap header */ | |
270 header_5pin VSP_tap ( .pin_1(VSP_clock), | |
271 .pin_2(VSP_UL_data), | |
272 .pin_3(VSP_DL_data), | |
273 .pin_4(VSP_sync), | |
274 .pin_5(GND) | |
275 ); | |
276 | |
269 endmodule | 277 endmodule |