Skip to content

shenki/opsis-soc

 
 

Repository files navigation

       ____           _        ____     _____
      / __ \___  ___ (_)______/ __/__  / ___/
     / /_/ / _ \(_-</ (_-<___/\ \/ _ \/ /__
     \____/ .__/___/_/___/  /___/\___/\___/
         /_/
           Copyright 2016 / EnjoyDigital

    TimVideos's Opsis 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 LiteEth and install it:
  git clone https://github.com/enjoy-digital/liteeth
  cd liteeth
  python3 setup.py develop
  cd ..

4. Obtain LiteDRAM and install it:
  git clone https://github.com/enjoy-digital/litedram
  cd litedram
  python3 setup.py develop
  cd ..

5. Obtain LiteVideo and install it:
  git clone https://github.com/enjoy-digital/litevideo
  cd litevideo
  python3 setup.py develop
  cd ..

6. Obtain LiteScope and install it:
  git clone https://github.com/enjoy-digital/litescope
  cd litescope
  python3 setup.py develop
  cd ..

7. Build the gateware and software:
  make opsis_minisoc(video, hdmi2usb)
  make load

[> Status:
https://github.com/enjoy-digital/opsis-soc/issues


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

About

Opsis SoC based on LiteX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.8%
  • VHDL 15.4%
  • Python 2.5%
  • Stata 2.2%
  • C++ 0.7%
  • Verilog 0.3%
  • Makefile 0.1%