This script is made so that you can have both repos in different places & link them so that all the functionalities would still work.
You no longer need to clone TB repo in HDL repo. This change is made in the context of 'workspace versioning' feature which will soon be implemented. A very similar script will be added in the TB repo, for the same purpose.
Left an example on how to use the script, in the comments.
Also thought about adding a READEME.md file for the /scripts folder which will briefly explain the two scripts.
PR Type
[ ] Bug fix (change that fixes an issue)
[x] New feature (change that adds new functionality)
[ ] Breaking change (has dependencies in other repos or will cause CI to fail)
PR Checklist
[x] I have followed the code style guidelines
[x] I have performed a self-review of changes
[x] I have compiled all hdl projects and libraries affected by this PR
[ ] I have tested in hardware affected projects, at least on relevant boards
[x] I have commented my code, at least hard-to-understand parts
[x] I have signed off all commits from this PR
[ ] I have updated the documentation (wiki pages, ReadMe files, Copyright etc)
[x] I have not introduced new Warnings/Critical Warnings on compilation
[ ] I have added new hdl testbenches or updated existing ones
PR Description
This script is made so that you can have both repos in different places & link them so that all the functionalities would still work. You no longer need to clone TB repo in HDL repo. This change is made in the context of 'workspace versioning' feature which will soon be implemented. A very similar script will be added in the TB repo, for the same purpose. Left an example on how to use the script, in the comments.
Also thought about adding a READEME.md file for the /scripts folder which will briefly explain the two scripts.
PR Type
PR Checklist