Opsis SoC based on LiteX
Switch branches/tags
Nothing to show
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
doc
firmware
gateware
test
.gitignore
Makefile
README
load.py
opsis_base.py
opsis_encoder.py
opsis_hdmi2usb.py
opsis_platform.py
opsis_sim.py
opsis_video.py
tofe_axiom.py
tofe_lowspeedio.py

README

       ____           _        ____     _____
      / __ \___  ___ (_)______/ __/__  / ___/
     / /_/ / _ \(_-</ (_-<___/\ \/ _ \/ /__
     \____/ .__/___/_/___/  /___/\___/\___/
         /_/
           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