Commit ed1937ed authored by Adam Wujek's avatar Adam Wujek

.gitlab-ci.yml: test3

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent a07e4d71
Pipeline #5379 failed with stages
in 18 seconds
......@@ -32,10 +32,13 @@ job_scb_top_sim:
job_scb_top_8p_syn:
stage: syn
tags:
- xilinx_ISE_14.7
- xilinx_ISE_14.7
image: gitlab-registry.cern.ch/be-cem-edl/evergreen/gitlab-ci/xilinx-ise14.7
before_script:
- ls
script:
- /entrypoint.sh
- source ~/setup_ise147.sh
#- /entrypoint.sh
#- source ~/setup_ise147.sh
- source /opt/Xilinx/14.7/ISE_DS/settings64.sh
- echo ${CI_PROJECT_DIR}
- cd ${CI_PROJECT_DIR}
......@@ -47,7 +50,8 @@ job_scb_top_8p_syn:
- python gen_sdbsyn.py --project wr_switch
- cat synthesis_descriptor.vhd
- cd ../../modules/wrsw_hwiu
- python gen_ver.py
- which python
- python3 gen_ver.py
- cat gw_ver_pkg.vhd
- cd ../../syn/scb_8ports
- which hdlmake
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment