mirror of https://github.com/VLSIDA/OpenRAM.git
Fix missing cell syntax error.
This commit is contained in:
parent
18c04892d1
commit
25fa0a8de3
|
|
@ -9,7 +9,7 @@
|
|||
import os
|
||||
from design_rules import *
|
||||
from module_type import *
|
||||
from custom_cell_properties import cell_properties
|
||||
from custom_cell_properties import cell_properties, cell
|
||||
from custom_layer_properties import layer_properties
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue