1
0
mirror of https://github.com/olofk/serv.git synced 2026-02-27 00:39:48 +00:00

Add Alinx AX309 board as a target

Running at 32MHz with 115200 baud rate UART (using the on-board RS232)
This commit is contained in:
Inoki
2022-03-19 14:06:32 +01:00
committed by Olof Kindgren
parent 2611c89cbe
commit e996b5498a
4 changed files with 95 additions and 0 deletions

9
data/ax309.ucf Normal file
View File

@@ -0,0 +1,9 @@
CONFIG VCCAUX=3.3;
NET i_clk LOC = T8 | IOSTANDARD = LVCMOS33;
NET i_rst LOC = L3 | IOSTANDARD = LVCMOS33;
NET q LOC = P4 | IOSTANDARD = LVCMOS33;
NET o_uart_tx LOC = D12 | IOSTANDARD = LVCMOS33;
NET i_clk TNM_NET = sys_clk_pin;
TIMESPEC TS_USER_CLOCK = PERIOD sys_clk_pin 50000 kHz;