FreeCalypso > hg > fc-sim-sniff
comparison boards/mv-sniffer/src/ic_74LVC4T3144.v @ 1:55e5f926fb5a
beginning of mv-sniffer adapter board design
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 28 Jul 2023 20:01:06 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 0:fbbafa93b52b | 1:55e5f926fb5a |
|---|---|
| 1 module ic_74LVC4T3144 (GND, VccA, VccB, nOE, A1, A2, A3, YA4, | |
| 2 YB1, YB2, YB3, B4); | |
| 3 | |
| 4 input GND, VccA, VccB; | |
| 5 input nOE; | |
| 6 input A1, A2, A3, B4; | |
| 7 output YB1, YB2, YB3, YA4; | |
| 8 | |
| 9 /* instantiate the package; the mapping of signals to pins is defined here */ | |
| 10 | |
| 11 pkg_TSSOP14 pkg (.pin_1(VccA), | |
| 12 .pin_2(A1), | |
| 13 .pin_3(A2), | |
| 14 .pin_4(A3), | |
| 15 .pin_5(YA4), | |
| 16 .pin_6(GND), | |
| 17 .pin_7(GND), | |
| 18 .pin_8(B4), | |
| 19 .pin_9(), /* no connect */ | |
| 20 .pin_10(YB3), | |
| 21 .pin_11(YB2), | |
| 22 .pin_12(YB1), | |
| 23 .pin_13(VccB), | |
| 24 .pin_14(nOE) | |
| 25 ); | |
| 26 | |
| 27 endmodule |
