cleaned up, documented some
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
IO_LOC "clk" 52;
|
||||
IO_PORT "clk" PULL_MODE=UP;
|
||||
|
||||
IO_LOC "uart_rx" 18;
|
||||
IO_PORT "uart_rx" IO_TYPE=LVCMOS33;
|
||||
|
||||
IO_LOC "uart_tx" 17;
|
||||
IO_PORT "uart_tx" IO_TYPE=LVCMOS33;
|
||||
|
||||
IO_LOC "btn1" 3;
|
||||
|
||||
IO_LOC "bang_tx" 69;
|
||||
|
||||
IO_LOC "power_tx" 57;
|
||||
IO_PORT "power_tx" DRIVE=24;
|
||||
|
||||
IO_LOC "clk_in" 56;
|
||||
IO_PORT "clk_in" PULL_MODE=UP;
|
||||
|
||||
IO_LOC "led[0]" 10;
|
||||
|
||||
IO_LOC "led[1]" 11;
|
||||
|
||||
IO_LOC "led[2]" 13;
|
||||
|
||||
IO_LOC "led[3]" 14;
|
||||
|
||||
IO_LOC "led[4]" 15;
|
||||
|
||||
IO_LOC "led[5]" 16;
|
||||
Reference in New Issue
Block a user