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

add CV_RESULTS variable to retarget results directories #485

Closed
strichmo opened this issue Feb 26, 2021 · 1 comment
Closed

add CV_RESULTS variable to retarget results directories #485

strichmo opened this issue Feb 26, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request task Assignment to create something new

Comments

@strichmo
Copy link
Contributor

Task Outcome

Provide support for a variable (CV_RESULTS) that can be provided on make command lines or in an environment that will retarget results directories if specified. This could have some utility when developing core-v-verif in corporate environments or other design environments that may predefine generated file locations outside the repository.

  • Default results location
cv32e40p/sim/uvmt/xrun_results/hello-world/xrun-hello-world.log
  • New results location if CV_RESULTS is defined
CV_RESULTS/xrun_results/hello-world/xrun-hello-world.log

Location Information

core-v-verif/mk

Completion Criteria

  • Ensure that default behavior is unchanged
  • Test applying the CV_RESULTS variable on a make command line
  • Test applying the CV_RESULTS variable as an environment variable
  • Test overriding a CV_RESULTS variable on the command line when already defined in an environment
@strichmo strichmo added enhancement New feature or request task Assignment to create something new labels Feb 26, 2021
@strichmo strichmo moved this from To do to Assigned in Core-V-Verif Common Infrastructure Mar 1, 2021
@strichmo strichmo moved this from Assigned to In progress in Core-V-Verif Common Infrastructure Mar 2, 2021
strichmo added a commit that referenced this issue Mar 5, 2021
Issue #485: Added optional CV_RESULTS output redirection path
@strichmo strichmo moved this from In progress to Done in Core-V-Verif Common Infrastructure Mar 18, 2021
@strichmo
Copy link
Contributor Author

Was merged and reviewed in E status meeting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request task Assignment to create something new
Development

No branches or pull requests

2 participants