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

Implement more test cases on Chisel types to prevent future crashes #45

Open
rameloni opened this issue Oct 27, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@rameloni
Copy link
Owner

The test/ directory contains tests for the simulators implemented in this repo (ParametricSimulator and TywavesSimulator). Since, covering all the possible designs is quite difficult, these tests help in reducing the chances of unexpected failures while using Tywaves.

The Chisel explanation page contains all available Chisel constructs. This issue asks for implementing test cases using all the constructs available to make Tywaves even more robust.

@rameloni rameloni added the enhancement New feature or request label Oct 27, 2024
@rameloni
Copy link
Owner Author

rameloni commented Oct 27, 2024

Some tests are already implemented covering almost all Chisel features and constructs. Here, is a full list of tasks to implement the missing tests (_the list includes also features already covered in the current version).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant