aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gowin/main.cc')
-rw-r--r--gowin/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gowin/main.cc b/gowin/main.cc
index 66de26aa..fb9df48d 100644
--- a/gowin/main.cc
+++ b/gowin/main.cc
@@ -61,6 +61,7 @@ std::unique_ptr<Context> GowinCommandHandler::createContext(dict<std::string, Pr
log_error("Invalid device %s\n", device.c_str());
}
ArchArgs chipArgs;
+ chipArgs.gui = vm.count("gui") != 0;
char buf[36];
// GW1N and GW1NR variants share the same database.
// Most Gowin devices are a System in Package with some SDRAM wirebonded to a GPIO bank.