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

Redesign of simulator switching system #274

Closed
ra3xdh opened this issue May 29, 2023 · 1 comment · Fixed by #283
Closed

Redesign of simulator switching system #274

ra3xdh opened this issue May 29, 2023 · 1 comment · Fixed by #283
Assignees
Milestone

Comments

@ra3xdh
Copy link
Owner

ra3xdh commented May 29, 2023

Current simulator switching system has some limitations and would benefit from redesign. The simulator switching system should meet the following requirements:

  • It should be possible to switch simulator without requirement to restart the application
  • Place a "simulator" drop-down list someweher on visible place in the GUI
  • This drop-down list should contain only properly configured simulators which binaries are found in the system. The user cannot switch to invalid simulator by mistake
  • After the simulator is switched, the incompatible devices become hidden. The application restart will be not needed anymore. If the incompatible devices are already added on the schematic, it should be marked by some way. I propose black cross for this purpose. Red cross is for disabled devices, green gross for shorted devices.
  • The simulator binaries location paths could be configured from Simulation->Select simulator menu.
@ra3xdh
Copy link
Owner Author

ra3xdh commented Jun 18, 2023

The requested features are implemented by #283

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants