aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/main.cc')
-rw-r--r--ice40/main.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ice40/main.cc b/ice40/main.cc
index 5d00fcc8..12c6b86c 100644
--- a/ice40/main.cc
+++ b/ice40/main.cc
@@ -123,6 +123,7 @@ int main(int argc, char *argv[])
Design design(chipArgs);
init_python(argv[0]);
+ python_export_global("design", design);
if (vm.count("test"))
{