gh-actions: add lite sata to run in CI

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2021-11-24 16:00:11 +01:00
parent e18e544825
commit 80464c4200
3 changed files with 6 additions and 2 deletions

View File

@ -47,7 +47,7 @@ shift
examples="$@"
if [ "$fpga_family" == "xc7" -a -z "$examples" ]; then
examples="counter picosoc litex litex_linux button_controller timer pulse_width_led hello-a"
examples="counter picosoc litex litex_linux litex_sata button_controller timer pulse_width_led hello-a"
elif [ "$fpga_family" == "eos-s3" -a -z "$examples" ]; then
examples="counter"
fi
@ -74,6 +74,9 @@ if [ "$fpga_family" = "xc7" ]; then
"litex_linux")
snippets="${snippets} xc7/linux_litex_demo/README.rst:example-litex-*-group"
;;
"litex_sata")
snippets="${snippets} xc7/litex_sata_demo/README.rst:example-litex-sata-*-group"
;;
#Additional examples:
"button_controller")

View File

@ -5,6 +5,7 @@ examples = [
"picosoc",
"litex",
"litex_linux",
"litex_sata",
"button_controller",
"pulse_width_led",
"timer",