This sample project shows how a project in GitLab looks for demonstration purposes. It contains issues, merge requests and Markdown files in many branches,
named and filled with lorem ipsum.
SoCSim is a very basic simulation framework which allows for easy running of simulation scripts.
Scripts can be located in the simulate/socsim directory of any repository or subrepository of a project.
You can look around to get an idea how to structure your project and, when done, you can safely delete this project.
By using the
```
$ socsim $simulation_script
```
command, you can easily run your simulation scripts. This is done by socsim looking over a searchpath of socsim directories in your design project.
[Learn more about creating GitLab projects.](https://docs.gitlab.com/ee/gitlab-basics/create-project.html)
These scripts can call any simulator or external simulation flow and should make simulation management easier.