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:
committed by
Anton Blanchard
parent
cf6df4f17f
commit
458dfe01a6
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
TARGETS=arty
|
||||
TARGETS="arty nexys-video"
|
||||
|
||||
ME=$(realpath $0)
|
||||
echo ME=$ME
|
||||
|
||||
15
liteeth/gen-src/nexys-video.yml
Normal file
15
liteeth/gen-src/nexys-video.yml
Normal 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
|
||||
@@ -12,4 +12,4 @@ generators:
|
||||
based on the board type.
|
||||
|
||||
Parameters:
|
||||
board: The board type (arty)
|
||||
board: The board type (arty, nexys-video)
|
||||
|
||||
Reference in New Issue
Block a user