Commit f7aafcbd authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

CI: add pxie_ref_design vivado synthesis

parent 53de0e6b
Pipeline #453 failed with stage
in 12 seconds
...@@ -84,3 +84,23 @@ job_wrpc_vfchd: ...@@ -84,3 +84,23 @@ job_wrpc_vfchd:
name: WRPC_VFCHD_CI_$CI_JOB_ID name: WRPC_VFCHD_CI_$CI_JOB_ID
paths: paths:
- syn/vfchd_ref_design/*.bin - syn/vfchd_ref_design/*.bin
job_wrpc_pxie_fmc:
stage: wrpc_syn
tags:
- vivado
- "2018.3"
only:
- schedules
script:
- source ~/setup_vivado.sh
- cd syn/pxie_fmc_ref_design
- hdlmake makefile
- make files.tcl
- vivado -mode tcl -source pxie_fmc.tcl
artifacts:
name: WRPC_PXIE_CI_$CI_JOB_ID
paths:
- syn/pxie_fmc_ref_design/*.rpt
- syn/pxie_fmc_ref_design/*.dcp
- syn/pxie_fmc_ref_design/*.bit
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