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 command line option for choosing builder #82

Open
rafaelnp opened this issue Mar 14, 2020 · 1 comment
Open

Add command line option for choosing builder #82

rafaelnp opened this issue Mar 14, 2020 · 1 comment

Comments

@rafaelnp
Copy link

Add command line option, to enable the user to choose which builder he/she wants to use. Suggestion:
--builder BUILDER specify the builded to be used

By adding it, it would allow:

  1. Users to actively choose the builder the way to use, without any code change (e.g. editing hdl_checker/builder_utils.py).
  2. to separate use cases and make it easier to track bugs that may arise.
@SethGower
Copy link
Contributor

I know this is way late, and I am not @suoto, but figured I'd respond since I am looking around and trying to contribute. This isn't documented, but you can use the tag in the config file "builder" to specify which builder to use. This was added here. I have tested it with ghdl vs msim and it seems to work. The available options are msim (for Modelsim), xvhdl (for Xilinx Vivado), and ghdl (obviously, for GHDL). These can be seen here

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

2 participants