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

Set up imports properly at runtime #15

Closed
sarahec opened this issue Aug 21, 2019 · 1 comment
Closed

Set up imports properly at runtime #15

sarahec opened this issue Aug 21, 2019 · 1 comment

Comments

@sarahec
Copy link
Contributor

sarahec commented Aug 21, 2019

svutRun enables svut_h.sv inclusion by copying it into the source directory and then deleting it after. We could make tests run a bit faster (and pave the way for new test features) by passing this information to the simulator instead.

At the same time, tests that use a split src/test directory structure have to use weird tricks like prefixing all includes with ../src/. This is the kind of information that should be passed as an include option and is one that the tool can detect (i.e. not requiring the user to pass a bunch of arguments on the command line.)

So: Enable the tool to detect and specify a default set of imports (which can then be modified by the command line flags.)

@sarahec
Copy link
Contributor Author

sarahec commented Mar 2, 2020

Closing due to not having the time to pursue

@sarahec sarahec closed this as completed Mar 2, 2020
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

No branches or pull requests

1 participant