edalize icon indicating copy to clipboard operation
edalize copied to clipboard

Run gui

Open qarlosalberto opened this issue 4 years ago • 2 comments

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.

qarlosalberto avatar Sep 20 '21 20:09 qarlosalberto

I can tray to do it. What do you think about?:

backend.run(args, ,gui=True)

qarlosalberto avatar Jan 14 '22 11:01 qarlosalberto

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

olofk avatar Jan 18 '22 22:01 olofk