FreeCalypso > hg > fc-sim-sniff
comparison fpga/sniffer-basic/icestick.pcf @ 6:7db5fd6646df
fpga/sniffer-basic: initial version
| author | Mychaela Falconia <falcon@freecalypso.org> | 
|---|---|
| date | Mon, 21 Aug 2023 00:52:00 +0000 | 
| parents | |
| children | e5c5162b3a8c | 
   comparison
  equal
  deleted
  inserted
  replaced
| 5:07c5aac6e84f | 6:7db5fd6646df | 
|---|---|
| 1 # Pin Constraint File for the HK1X FPGA as wired on the Icestick board, | |
| 2 # adapted for SIMtrace-ice application. | |
| 3 | |
| 4 # Board essentials | |
| 5 set_io CLK12 21 | |
| 6 set_io LED1 99 | |
| 7 set_io LED2 98 | |
| 8 set_io LED3 97 | |
| 9 set_io LED4 96 | |
| 10 set_io LED5 95 | |
| 11 | |
| 12 # FT2232H UART channel, signal names are from FT2232H DTE perspective, | |
| 13 # the logic in the FPGA has to act as DCE. | |
| 14 | |
| 15 set_io UART_TxD 9 | |
| 16 set_io UART_RxD 8 | |
| 17 set_io UART_RTS 7 | |
| 18 set_io UART_CTS 4 | |
| 19 set_io UART_DTR 3 | |
| 20 set_io UART_DSR 2 | |
| 21 set_io UART_DCD 1 | |
| 22 | |
| 23 # SIM sniffing interface, receiving outputs from the level shifter board | |
| 24 # via J1 header pins | |
| 25 | |
| 26 set_io SIM_RST 112 | |
| 27 set_io SIM_CLK 113 | |
| 28 set_io SIM_IO 114 | 
