FreeCalypso > hg > freecalypso-schem2
view venus/src/periph/sma_wrap.v @ 75:280e1ffc4281
MCL part header-2pin: list the gold-plated version
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 04 Dec 2021 19:02:14 +0000 (2021-12-04) |
parents | a70d1c104205 |
children |
line wrap: on
line source
/* wrapper for the 5-pin SMA connector package */ module sma_wrap (Center, Shell); input Center, Shell; pkg_SMA_F pkg ( .pin_1(Center), .pin_2(Shell), .pin_3(Shell), .pin_4(Shell), .pin_5(Shell) ); endmodule