-
David Lanzendörfer authored9bf1d5d8
.gitlab-ci.yml 842 B
image:
name: leviathanch/trellis-docker
pull_policy: if-not-present
variables:
GIT_SUBMODULE_STRATEGY: recursive
#read_test:
# stage: build
# script:
# - mkdir -p result
# - make
# - ./testbench_ecp5_minifpga.bin &
# - sleep 1s && python3 src/py/tty1.py
# artifacts:
# paths:
# - result
#write_test:
# stage: build
# script:
# - mkdir -p result
# - make
# - ./testbench_ecp5_minifpga.bin &
# - sleep 1s && python3 src/py/tty2.py
# artifacts:
# paths:
# - result
#train_test:
# stage: build
# script:
# - mkdir -p result
# - make CICD_VERILATOR_CFLAGS="--threads 8 --threads-dpi all"
# - ./testbench_ecp5_minifpga.bin &
# - sleep 1s && python3 src/py/tty3.py
# artifacts:
# paths:
# - result
#json:
# stage: build
# script:
# - make result/soc.json
# artifacts:
# paths:
# - result