Commit 0b048b1f authored by Maciej Lipinski's avatar Maciej Lipinski

CI: gw_ver_pkg.vhd needs to exist before Makefile is run. Generate from YML

parent 1ba2258d
Pipeline #5028 passed with stages
in 176 minutes and 36 seconds
......@@ -17,7 +17,9 @@ job_scb_top_sim:
- apt-get install -y python
- cd top/bare_top
- python gen_sdbsyn.py --project wr_switch
- cat ../../modules/wrsw_hwiu/gw_ver_pkg.vhd
- cd ../../modules/wrsw_hwiu
- python gen_ver.py
- cat gw_ver_pkg.vhd
- cd ../../
- cd sim
- ln -s ../ip_cores/wr-cores/sim wr-hdl
......@@ -38,7 +40,9 @@ job_scb_top_8p_syn:
- cd top/bare_top
- python gen_sdbsyn.py --project wr_switch
- cat synthesis_descriptor.vhd
- cat ../../modules/wrsw_hwiu/gw_ver_pkg.vhd
- cd ../../modules/wrsw_hwiu
- python gen_ver.py
- cat gw_ver_pkg.vhd
- cd ../../syn/scb_8ports
- hdlmake makefile
- make
......@@ -64,7 +68,9 @@ job_scb_top_18p_syn:
- cd top/bare_top
- python gen_sdbsyn.py --project wr_switch
- cat synthesis_descriptor.vhd
- cat ../../modules/wrsw_hwiu/gw_ver_pkg.vhd
- cd ../../modules/wrsw_hwiu
- python gen_ver.py
- cat gw_ver_pkg.vhd
- cd ../../syn/scb_18ports
- hdlmake makefile
- make
......
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