@@ -44,6 +44,14 @@ Every time you wish to run commands in this project, you will need to make sure
...
@@ -44,6 +44,14 @@ Every time you wish to run commands in this project, you will need to make sure
This sets the environment variables related to this project and creates visability to the scripts in the flow directory.
This sets the environment variables related to this project and creates visability to the scripts in the flow directory.
## Updating Subrepositories
Once you have run a `source set_env.sh` in your current terminal, you are then able to update all your repositories to their latest version by running:
`socpull`
This runs a git pull on all repositories in your project.
## Running the simulation
## Running the simulation
socsim is a tool that SoC Labs have developed that allows for running of shell scripts anywhere within your project environment. The idea is these scripts can be customised to run scripts for different simulators.
socsim is a tool that SoC Labs have developed that allows for running of shell scripts anywhere within your project environment. The idea is these scripts can be customised to run scripts for different simulators.