Skip to content

mithro/netv2-soc

Repository files navigation

      _  __  _______   _____     ____     _____
     / |/ /_/_  __/ | / /_  |___/ __/__  / ___/
    /    / -_) /  | |/ / __/___/\ \/ _ \/ /__
   /_/|_/\__/_/   |___/____/  /___/\___/\___/

        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:
UART:     OK
PCIe:     OK
DDR3:     OK
HDMI_OUT: OK (720p60 & 1080p60)
HDMI_IN:  Not Implemented

[> Contact
E-mail: florent@enjoy-digital.fr

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published