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

[dvsim] The launchers handle max_parallel very strangely #24669

Open
rswarbrick opened this issue Sep 26, 2024 · 0 comments
Open

[dvsim] The launchers handle max_parallel very strangely #24669

rswarbrick opened this issue Sep 26, 2024 · 0 comments
Assignees
Labels
Component:DV DV issue: testbench, test case, etc. Tool:dvsim Pertains to the dvsim and testplan tools

Comments

@rswarbrick
Copy link
Contributor

Description

For some reason, this is handled in a static variable in each class, which gets set up at the start of the dvsim main function. That seems very strange!

The max_parallel argument should probably be passed through:

  • FlowCfg.deploy_objects (called in three places in dvsim.py)
  • Scheduler.__init__
  • Deploy.create_launcher
  • LauncherFactory.get_launcher
@rswarbrick rswarbrick added Component:DV DV issue: testbench, test case, etc. Tool:dvsim Pertains to the dvsim and testplan tools labels Sep 26, 2024
@rswarbrick rswarbrick self-assigned this Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component:DV DV issue: testbench, test case, etc. Tool:dvsim Pertains to the dvsim and testplan tools
Projects
None yet
Development

No branches or pull requests

1 participant