21 lines
609 B
Plaintext
21 lines
609 B
Plaintext
IO_LOC "i_clk" 4; // 27 MHz
|
|
IO_LOC "i_rst_n" 88;
|
|
IO_LOC "o_led[0]" 15;
|
|
IO_LOC "o_led[1]" 16;
|
|
IO_LOC "o_led[2]" 17;
|
|
IO_LOC "o_led[3]" 18;
|
|
IO_LOC "o_led[4]" 19;
|
|
IO_LOC "o_led[5]" 20;
|
|
IO_LOC "o_uart_tx" 69;
|
|
IO_LOC "i_uart_rx" 70;
|
|
|
|
IO_PORT "i_rst_n" IO_TYPE=LVCMOS33;
|
|
IO_PORT "i_clk" IO_TYPE=LVCMOS33 PULL_MODE=UP;
|
|
IO_PORT "o_led[0]" IO_TYPE=LVCMOS33;
|
|
IO_PORT "o_led[1]" IO_TYPE=LVCMOS33;
|
|
IO_PORT "o_led[2]" IO_TYPE=LVCMOS33;
|
|
IO_PORT "o_led[3]" IO_TYPE=LVCMOS33;
|
|
IO_PORT "o_led[4]" IO_TYPE=LVCMOS33;
|
|
IO_PORT "o_led[5]" IO_TYPE=LVCMOS33;
|
|
IO_PORT "o_uart_tx" IO_TYPE=LVCMOS33;
|
|
IO_PORT "i_uart_rx" IO_TYPE=LVCMOS33; |