From 302224834b40d8d46bb451e9f991e337d10ce69d Mon Sep 17 00:00:00 2001 From: Inoki Date: Sat, 19 Mar 2022 14:14:32 +0100 Subject: [PATCH] Add description for AX309 board target --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4bfc0ca..508cf52 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,12 @@ Pin 56 is used as the GPIO output which is connected to the board's LED1. Due to fusesoc run --target=go_board servant iceprog build/servant_1.1.0/go_board-icestorm/servant_1.1.0.bin +### Alinx ax309 (Spartan6 LX9) + +Pin D12 (the on-board RS232 TX pin) is used for UART output with 115200 baud rate and wired to Pin P4 (LED0). + + fusesoc run --target=ax309 servant + ## Other targets The above targets are run on the servant SoC, but there are some targets defined for the CPU itself. Verilator can be run in lint mode to check for design problems by running