forked from mithro/netv2-soc
-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
63 lines (51 loc) · 1.35 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
_ __ _______ _____ ____ _____
/ |/ /_/_ __/ | / /_ |___/ __/__ / ___/
/ / -_) / | |/ / __/___/\ \/ _ \/ /__
/_/|_/\__/_/ |___/____/ /___/\___/\___/
Copyright 2016-2017 / EnjoyDigital
NeTV2 SoC based on LiteX
[> Getting started
------------------
1. Install Python3 and your vendor's software
2. Obtain LiteX and install it:
git clone https://github.com/enjoy-digital/litex --recursive
cd litex
python3 setup.py develop
cd ..
3. Obtain LiteDRAM and install it:
git clone https://github.com/enjoy-digital/litedram
cd litedram
python3 setup.py develop
cd ..
4. Obtain LitePCIe and install it:
git clone https://github.com/enjoy-digital/litepcie
cd litepcie
python3 setup.py develop
cd ..
5. Obtain LiteVideo and install it:
git clone https://github.com/enjoy-digital/litevideo
cd litedram
python3 setup.py develop
cd ..
6. Build the gateware and software:
make netv2_base/netv2_pcie/netv2_video
make load
[> Status
---------
NeTV2:
UART: OK
PCIe: OK (X1)
DDR3: OK
HDMI_OUT: OK (with DVI up to 1080p60)
HDMI_IN: OK (with DVI up to 1080p60)
NeTV2-MVP:
UART: OK
PCIe: OK (X2)
DDR3: OK
HDMI_OUT_0: OK
HDMI_IN_0: OK (with DVI up to 1080p60)
HDMI_OUT_1: OK
HDMI_IN_1: OK (with DVI up to 1080p60)
[> Contact
----------
E-mail: [email protected]