-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simulator: Let indivdiual simulator handle extra_args
This is required for NVC as it has positional arguments. Things like the VHDL revision must be placed before selecting the step (elaborate, run, etc.), whereas specific arguments (like waves) must be placed after the command. This commit also includes some refactoring to clean up the simulator class initialization, but does not change any functionality there besides not concatenating args with extra_args.
- Loading branch information
Showing
1 changed file
with
51 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters