// Tang Nano 9K UART test constraints // Board: Sipeed Tang Nano 9K (BL702 revision) // FPGA pin 17 = TX to host (via BL702), pin 18 = RX from host IO_LOC "clk" 52; IO_PORT "clk" IO_TYPE=LVCMOS33 PULL_MODE=NONE; IO_LOC "uart_tx" 17; IO_PORT "uart_tx" IO_TYPE=LVCMOS33 DRIVE=8; IO_LOC "led[0]" 10; IO_PORT "led[0]" IO_TYPE=LVCMOS18 PULL_MODE=NONE; IO_LOC "led[1]" 11; IO_PORT "led[1]" IO_TYPE=LVCMOS18 PULL_MODE=NONE; IO_LOC "led[2]" 13; IO_PORT "led[2]" IO_TYPE=LVCMOS18 PULL_MODE=NONE; IO_LOC "led[3]" 14; IO_PORT "led[3]" IO_TYPE=LVCMOS18 PULL_MODE=NONE; IO_LOC "led[4]" 15; IO_PORT "led[4]" IO_TYPE=LVCMOS18 PULL_MODE=NONE; IO_LOC "led[5]" 16; IO_PORT "led[5]" IO_TYPE=LVCMOS18 PULL_MODE=NONE;