edalize
edalize copied to clipboard
Run gui
Is it possible to run GUI with Edalize? I see in the Makefile the run-gui command, but I don't know how execute it from Edalize.
I can tray to do it. What do you think about?:
backend.run(args, ,gui=True)
I think we should add it to the tool_options. First define a new option for each backend that supports a gui (like the ones here https://github.com/olofk/edalize/blob/master/edalize/xsim.py#L50). Then in the run_main function in these backends we run make run-gui instead of make run