[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing isolation #11

Merged
merged 5 commits into from
May 6, 2024
Merged

Testing isolation #11

merged 5 commits into from
May 6, 2024

Conversation

ccromjongh
Copy link
Member
@ccromjongh ccromjongh commented May 6, 2024

This PR separates the testing tools and code from the pure library code. The advantage is that projects can now use Tydi-Chisel without the need to depend on chiseltest, preventing the conflicts that that might bring.

The project now contains two sub-projects:

  • library -> Tydi-Chisel package
  • testingTools -> Tydi-Chisel-Test package

These are both aggregated under the root project, such that sbt commands will be executed in both sub-projects.

The test code for the library lives in the testing package now for it uses the testing tools and circular dependencies are not an option.
Similarly, since the chiseltest dependency is changed to a testing depencency for the library package, reverse transpilation only works in a testing environment now.

@ccromjongh ccromjongh self-assigned this May 6, 2024
@ccromjongh ccromjongh merged commit 8888efa into main May 6, 2024
1 check passed
@ccromjongh ccromjongh deleted the chore/testing-isolation branch May 6, 2024 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant