mirror of
https://github.com/olofk/serv.git
synced 2025-04-22 04:47:16 -04:00
Add description for AX309 board target
This commit is contained in:
parent
e996b5498a
commit
302224834b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue