From 1af7bf4f3cbf9d1c5a7766b17ae5e5bf0f6be9e2 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson <oscar.gustafsson@gmail.com> Date: Fri, 2 Sep 2022 17:45:30 +0200 Subject: [PATCH] And fast simulation... --- 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 8e40646f..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