fix imports

This commit is contained in:
samuelkcrow 2022-07-27 11:09:10 -07:00
parent 2ff9ea4f78
commit 1c8aeaa68a
1 changed files with 1 additions and 2 deletions

View File

@ -5,13 +5,12 @@
# (acting for and on behalf of Oklahoma State University) # (acting for and on behalf of Oklahoma State University)
# All rights reserved. # All rights reserved.
# #
from base import design
import debug import debug
from sram_factory import factory from sram_factory import factory
import math import math
from base import vector from base import vector
from globals import OPTS from globals import OPTS
from base import logical_effort from .control_logic_base import control_logic_base
class control_logic(control_logic_base): class control_logic(control_logic_base):