1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-05-05 07:44:16 +00:00

Add liteeth support to Nexys Video

Signed-off-by: Anton Blanchard <anton@linux.ibm.com>
This commit is contained in:
Anton Blanchard
2021-08-04 15:59:43 +10:00
committed by Anton Blanchard
parent cf6df4f17f
commit 458dfe01a6
6 changed files with 259 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
TARGETS=arty
TARGETS="arty nexys-video"
ME=$(realpath $0)
echo ME=$ME

View File

@@ -0,0 +1,15 @@
# This file is Copyright (c) 2020 Florent Kermarrec <florent@enjoy-digital.fr>
# License: BSD
# PHY ----------------------------------------------------------------------
phy: LiteEthS7PHYRGMII
vendor: xilinx
# Core ---------------------------------------------------------------------
clk_freq: 125e6
core: wishbone
endianness: little
soc:
mem_map:
ethmac: 0x00010000
csr_data_width: 32

View File

@@ -12,4 +12,4 @@ generators:
based on the board type.
Parameters:
board: The board type (arty)
board: The board type (arty, nexys-video)