FreeCalypso > hg > fc-sim-sniff
diff fpga/sniffer-basic/icestick.pcf @ 26:e5c5162b3a8c
fpga/sniffer-basic: drive pin 115 high for cardem pod
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 29 Aug 2023 18:05:09 +0000 |
| parents | 7db5fd6646df |
| children |
line wrap: on
line diff
--- a/fpga/sniffer-basic/icestick.pcf Tue Aug 29 06:37:58 2023 +0000 +++ b/fpga/sniffer-basic/icestick.pcf Tue Aug 29 18:05:09 2023 +0000 @@ -21,8 +21,9 @@ set_io UART_DCD 1 # SIM sniffing interface, receiving outputs from the level shifter board -# via J1 header pins +# via J1 header pins, plus output line for OD buffer in cardem application. -set_io SIM_RST 112 -set_io SIM_CLK 113 -set_io SIM_IO 114 +set_io SIM_RST_in 112 +set_io SIM_CLK_in 113 +set_io SIM_IO_in 114 +set_io SIM_IO_out 115
