From 7407ef25e07bc61657a003d43cd0ad6ef67028ae Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson <oscar.gustafsson@gmail.com> Date: Fri, 2 Sep 2022 17:11:21 +0200 Subject: [PATCH] Added simulator back again... --- b_asic/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b_asic/__init__.py b/b_asic/__init__.py index 51bebc26..7f4b9555 100644 --- a/b_asic/__init__.py +++ b/b_asic/__init__.py @@ -5,7 +5,7 @@ ASIC toolbox that simplifies circuit design and optimization. # NOTE: If this import gives an error, # make sure the C++ module has been compiled and installed properly. # See the included README.md for more information on how to build/install. -# from _b_asic import * +from _b_asic import * # Python modules. from b_asic.core_operations import * from b_asic.graph_component import * -- GitLab