Skip to content
Snippets Groups Projects
Commit 799b78f1 authored by Daniel Newbrook's avatar Daniel Newbrook
Browse files

Add top level project build

parent f096a6ae
Branches
No related tags found
No related merge requests found
Pipeline #11847 passed
...@@ -31,9 +31,7 @@ build-job: # This job runs in the build stage, which runs first. ...@@ -31,9 +31,7 @@ build-job: # This job runs in the build stage, which runs first.
- git submodule foreach --recursive git submodule init - git submodule foreach --recursive git submodule init
- git fetch --recurse-submodules - git fetch --recurse-submodules
- source set_env.sh - source set_env.sh
- cd megasoc_tech
- make first_time_setup - make first_time_setup
- cd ..
- make run - make run
- echo "building complete." - echo "building complete."
......
...@@ -120,4 +120,16 @@ gen_defs: ...@@ -120,4 +120,16 @@ gen_defs:
clean_sim: clean_sim:
@rm -rf ./simulate @rm -rf ./simulate
make_project:
make -C ./megasoc_tech make_project
build_ip:
make -C ./megasoc_tech build_ip
get_flash_model:
make -C ./megasoc_tech/logical/sl_ahb_qspi get_flash_model
first_time_setup: make_project build_ip get_flash_model
clean: clean_sim clean_all_code clean: clean_sim clean_all_code
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment