FreeCalypso > hg > freecalypso-schem2
comparison venus/src/periph/inv_buffer_74LVC1G04.v @ 16:3d5c40988a6b
Venus src: add 74LVC1G04 inverting buffer for SIM_CD
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 19 Nov 2021 20:35:10 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 15:42a02257d457 | 16:3d5c40988a6b |
|---|---|
| 1 module inv_buffer_74LVC1G04 (GND, Vcc, A, Y); | |
| 2 | |
| 3 input GND, Vcc; | |
| 4 input A; | |
| 5 output Y; | |
| 6 | |
| 7 /* instantiate the package; the mapping of signals to pins is defined here */ | |
| 8 | |
| 9 pkg_XSON6 pkg (.pin_1(), /* no connect */ | |
| 10 .pin_2(A), | |
| 11 .pin_3(GND), | |
| 12 .pin_4(Y), | |
| 13 .pin_5(), /* no connect */ | |
| 14 .pin_6(Vcc) | |
| 15 ); | |
| 16 | |
| 17 endmodule |
