Commit e24af775 authored by Maciej Lipinski's avatar Maciej Lipinski

CI: add generation of *bin file

parent b11b0cc6
Pipeline #5005 canceled with stage
in 67 minutes and 22 seconds
...@@ -44,6 +44,7 @@ stages: ...@@ -44,6 +44,7 @@ stages:
#- cd ../../syn/scb_8ports #- cd ../../syn/scb_8ports
#- hdlmake makefile #- hdlmake makefile
#- make #- make
#- bitgen -intstyle ise -f scb_top_synthesis.ut scb_top_synthesis.ncd
#artifacts: #artifacts:
#name: SCB_TOP_8P_CI_$CI_JOB_ID #name: SCB_TOP_8P_CI_$CI_JOB_ID
#paths: #paths:
...@@ -76,6 +77,7 @@ job_scb_top_18p_syn: ...@@ -76,6 +77,7 @@ job_scb_top_18p_syn:
- cd ../../syn/scb_18ports - cd ../../syn/scb_18ports
- hdlmake makefile - hdlmake makefile
- make - make
- bitgen -intstyle ise -f scb_top_synthesis.ut scb_top_synthesis.ncd
artifacts: artifacts:
name: SCB_TOP_8P_CI_$CI_JOB_ID name: SCB_TOP_8P_CI_$CI_JOB_ID
paths: paths:
......
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