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

Feature: Add Vunit menu to Modelsim GUI #338

Open
krishnan-gopal opened this issue May 25, 2018 · 0 comments · May be fixed by #844
Open

Feature: Add Vunit menu to Modelsim GUI #338

krishnan-gopal opened this issue May 25, 2018 · 0 comments · May be fixed by #844

Comments

@krishnan-gopal
Copy link

In the default gui.do file, it would be good to have a VUNIT menu to select the commonly used VUnit TCL commands like compile, restart and so on. This makes things a lot easier while using the GUI
This TCL code implements a VUNIT menu along with menu items for the Vunit tasks, when loaded in vsim GUI

add_menu "" VUNIT
add_menuitem "" VUNIT "vunit user init" vunit_user_init
add_menuitem "" VUNIT "vunit compile" vunit_compile
add_menuitem "" VUNIT "vunit run" vunit_run
add_menuitem "" VUNIT "vunit restart" vunit_restart
add_menuitem "" VUNIT "vunit help" vunit_help

@std-max std-max linked a pull request Jun 23, 2022 that will close this issue
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