Merge pull request #157 from antmicro/fix-litex

xc7: fix litex execution in CI
This commit is contained in:
Alessandro Comodi 2021-06-18 13:39:01 +02:00 committed by GitHub
commit c24275fa54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 5 deletions

View File

@ -67,13 +67,10 @@ if [ "$fpga_family" = "xc7" ]; then
snippets="${snippets} xc7/picosoc_demo/README.rst:example-picosoc-*-group"
;;
"litex")
tuttest_exec xc7/litex_demo/README.rst example-litex-dir
tuttest_exec xc7/litex_demo/README.rst example-litex-req
tuttest_exec xc7/litex_demo/README.rst example-litex_picorv32-*-group
tuttest_exec xc7/litex_demo/README.rst example-litex_vexriscv-*-group
snippets="${snippets} xc7/litex_demo/README.rst:example-litex-dir,example-litex-req,example-litex_picorv32-*-group,example-litex_vexriscv-*-group"
;;
"litex_linux")
snippets="${snippets} xc7/linux_litex_demo/README.rst:example-litex-deps,example-litex-*-group"
snippets="${snippets} xc7/linux_litex_demo/README.rst:example-litex-*-group"
;;
*)
echo "ERROR: Unknown example name: $example" >&2