mirror of https://github.com/VLSIDA/OpenRAM.git
fix imports
This commit is contained in:
parent
2ff9ea4f78
commit
1c8aeaa68a
|
|
@ -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):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue