mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
fix imports
This commit is contained in:
@@ -5,13 +5,12 @@
|
||||
# (acting for and on behalf of Oklahoma State University)
|
||||
# All rights reserved.
|
||||
#
|
||||
from base import design
|
||||
import debug
|
||||
from sram_factory import factory
|
||||
import math
|
||||
from base import vector
|
||||
from globals import OPTS
|
||||
from base import logical_effort
|
||||
from .control_logic_base import control_logic_base
|
||||
|
||||
|
||||
class control_logic(control_logic_base):
|
||||
|
||||
Reference in New Issue
Block a user